src/api/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components.d.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/historymode/HistoryMode.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); 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'] 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走行路线图