diff --git a/index.html b/index.html index c24651b..1fea912 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,8 @@ author="wudi_sdk"> + + diff --git a/index.html b/index.html index c24651b..1fea912 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,8 @@ author="wudi_sdk"> + + diff --git a/src/views/oneMap/components/mapboxPopup.vue b/src/views/oneMap/components/mapboxPopup.vue index 95ec03f..b5b6e5f 100644 --- a/src/views/oneMap/components/mapboxPopup.vue +++ b/src/views/oneMap/components/mapboxPopup.vue @@ -47,11 +47,11 @@
厂站类型:
{{ - allData.dataList.pumpType == "rain_water" - ? "雨水泵站" - : allData.dataList.pumpType == "sewage_water" - ? "污水泵站" - : "雨污合建" + allData.dataList.pumpType == 'rain_water' + ? '雨水泵站' + : allData.dataList.pumpType == 'sewage_water' + ? '污水泵站' + : '雨污合建' }}
@@ -60,22 +60,14 @@
{{ allData.dataList.buildArea }} ㎡
设计规模:
- {{ - allData.dataList.rainpump.designScaleSecond || - allData.dataList.sweagepump.designScaleSecond || - "--" - }} + {{ allData.dataList.rainpump.designScaleSecond || allData.dataList.sweagepump.designScaleSecond || '--' }} m³/s
泵机台数:
- {{ - allData.dataList.rainpump.deviceCount || - allData.dataList.sweagepump.deviceCount || - "--" - }}台 + {{ allData.dataList.rainpump.deviceCount || allData.dataList.sweagepump.deviceCount || '--' }}台
建设单位:
@@ -168,18 +160,8 @@ style="width: 200px" @change="changeDate" /> - - + +
@@ -289,37 +271,38 @@
派发
+ +
+ +
diff --git a/index.html b/index.html index c24651b..1fea912 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,8 @@ author="wudi_sdk"> + + diff --git a/src/views/oneMap/components/mapboxPopup.vue b/src/views/oneMap/components/mapboxPopup.vue index 95ec03f..b5b6e5f 100644 --- a/src/views/oneMap/components/mapboxPopup.vue +++ b/src/views/oneMap/components/mapboxPopup.vue @@ -47,11 +47,11 @@
厂站类型:
{{ - allData.dataList.pumpType == "rain_water" - ? "雨水泵站" - : allData.dataList.pumpType == "sewage_water" - ? "污水泵站" - : "雨污合建" + allData.dataList.pumpType == 'rain_water' + ? '雨水泵站' + : allData.dataList.pumpType == 'sewage_water' + ? '污水泵站' + : '雨污合建' }}
@@ -60,22 +60,14 @@
{{ allData.dataList.buildArea }} ㎡
设计规模:
- {{ - allData.dataList.rainpump.designScaleSecond || - allData.dataList.sweagepump.designScaleSecond || - "--" - }} + {{ allData.dataList.rainpump.designScaleSecond || allData.dataList.sweagepump.designScaleSecond || '--' }} m³/s
泵机台数:
- {{ - allData.dataList.rainpump.deviceCount || - allData.dataList.sweagepump.deviceCount || - "--" - }}台 + {{ allData.dataList.rainpump.deviceCount || allData.dataList.sweagepump.deviceCount || '--' }}台
建设单位:
@@ -168,18 +160,8 @@ style="width: 200px" @change="changeDate" /> - - + +
@@ -289,37 +271,38 @@
派发
+ +
+ +
diff --git a/vite.config.js b/vite.config.js index afb2c95..56ed385 100644 --- a/vite.config.js +++ b/vite.config.js @@ -80,6 +80,13 @@ logLevel: 'debug', rewrite: p => p.replace(/^\/hsApi/, ''), }, + //百度全景 + '/bdApi': { + target: 'http://192.168.16.34:8105/', //测试服务 + changeOrigin: true, + logLevel: 'debug', + rewrite: p => p.replace(/^\/bdApi/, ''), + }, }, }, css: {