diff --git a/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue b/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue index e5386ea..b8bb40a 100644 --- a/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue +++ b/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue @@ -88,6 +88,14 @@
所属水系: {{ props.componentData.areaWater }}
+
+ 站点编号: {{ props.componentData.stCode }} +
+
+ 设计编号: {{ props.componentData.stAsName }} +
diff --git a/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue b/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue index e5386ea..b8bb40a 100644 --- a/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue +++ b/src/views/pictureOnMap/page/components/DialogTabs/component/commonUnderGround.vue @@ -88,6 +88,14 @@
所属水系: {{ props.componentData.areaWater }}
+
+ 站点编号: {{ props.componentData.stCode }} +
+
+ 设计编号: {{ props.componentData.stAsName }} +
diff --git a/vite.config.js b/vite.config.js index 4ddbb34..ca8d2ce 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,10 +5,10 @@ import autoprefixer from 'autoprefixer'; const Timestamp = new Date().getTime(); //随机时间戳 -let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; +// let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.135:9100'; // let ipLink = 'http://192.168.16.124:9100'; -// let ipLink = 'http://192.168.20.43:9100'; // 刘总 +let ipLink = 'http://192.168.20.43:9100'; // 刘总 /* */ // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {