diff --git a/src/main.ts b/src/main.ts index 98304519..d9d02f72 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,21 +35,21 @@ const setupAll = async () => { const app = createApp(App) //开启离线地图 - app.use(BaiduMapOffline, { - offline: true, - offlineConfig: { - imgext: '.png', - customstyle: '', - tiles_dir: '', - tiles_hybrid: '', - tiles_self: '', - tiles_v_dir: '', - tiles_satellite_dir: '', - tiles_road_dir: '', - tiles_v_road_dir: '', - home: './plugin/offline/' - } - }) + // app.use(BaiduMapOffline, { + // offline: true, + // offlineConfig: { + // imgext: '.png', + // customstyle: '', + // tiles_dir: '', + // tiles_hybrid: '', + // tiles_self: '', + // tiles_v_dir: '', + // tiles_satellite_dir: '', + // tiles_road_dir: '', + // tiles_v_road_dir: '', + // home: './plugin/offline/' + // } + // }) app.use(BaiduMap, { // ak: 'Yp57V71dkOPiXjiN8VdcFRsVELzlVNKK', ak: 'RpQi6WNFZ9tseKzhdwOQsXwFsoVntnsN', diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/MonitoringPointTab.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/MonitoringPointTab.vue new file mode 100644 index 00000000..ea92e34f --- /dev/null +++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/MonitoringPointTab.vue @@ -0,0 +1,390 @@ + + + + + \ No newline at end of file diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/SubstationTab.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/SubstationTab.vue new file mode 100644 index 00000000..304a980f --- /dev/null +++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/SubstationTab.vue @@ -0,0 +1,428 @@ + + + + + \ No newline at end of file diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue index 43b9fbd6..7297f710 100644 --- a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue +++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue @@ -1,493 +1,50 @@ - \ No newline at end of file diff --git a/src/views/pqs/runManage/runEvaluate/components/map.vue b/src/views/pqs/runManage/runEvaluate/components/map.vue index fd433499..4b9275aa 100644 --- a/src/views/pqs/runManage/runEvaluate/components/map.vue +++ b/src/views/pqs/runManage/runEvaluate/components/map.vue @@ -368,10 +368,10 @@ const siteList = ref([]) const polyline = ref([]) const lineId = ref('') const center = ref({ - lng: 115.64636, //江西 - lat: 27.232634 - // lng: 122.42588,//辽宁 - // lat: 40.810977 + //lng: 115.64636, //江西 + //lat: 27.232634 + lng: 122.42588,//辽宁 + lat: 40.810977 }) const infoWindowPoint = ref({ lng: 0,