From 8636973bfb92c4c232b01ef5cda01feb71a77f22 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 10 四月 2025 16:24:51 +0800 Subject: [PATCH] 合并前暂存 --- src/views/historymode/HistoryMode.vue | 4 ++-- src/api/index.js | 2 +- src/components.d.ts | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 9a0aa30..d3d4da3 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,7 +1,7 @@ import axios from 'axios'; import { ElMessage } from 'element-plus'; -const debug = false; +const debug = true; let ip1 = 'http://47.100.191.150:9029/'; // console.log(import.meta.env); diff --git a/src/components.d.ts b/src/components.d.ts index f0d1927..fdb4328 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -11,8 +11,10 @@ BaseMap: typeof import('./components/map/BaseMap.vue')['default'] CardButton: typeof import('./components/CardButton.vue')['default'] CardDialog: typeof import('./components/CardDialog.vue')['default'] + 'CardDialog copy': typeof import('./components/CardDialog copy.vue')['default'] CheckButton: typeof import('./components/common/CheckButton.vue')['default'] ConfigManage: typeof import('./components/map/ConfigManage.vue')['default'] + copy: typeof import('./components/CardDialog copy.vue')['default'] CoreHeader: typeof import('./components/core/CoreHeader.vue')['default'] CoreMenu: typeof import('./components/core/CoreMenu.vue')['default'] DataSummary: typeof import('./components/monitor/DataSummary.vue')['default'] diff --git a/src/views/historymode/HistoryMode.vue b/src/views/historymode/HistoryMode.vue index 97c9982..d2a780e 100644 --- a/src/views/historymode/HistoryMode.vue +++ b/src/views/historymode/HistoryMode.vue @@ -148,8 +148,8 @@ // 鍒锋柊鍥句緥 const factor = this.factorDatas.factor[this.factorType]; sector.clearSector(); - this.drawRoadLine(factor); - // this.drawRoadMap(factor); + // this.drawRoadLine(factor); + this.drawRoadMap(factor); this.drawMassMarks(factor); }, // 缁樺埗3D璧拌璺嚎鍥� -- Gitblit v1.9.3