From 368b6c77a9516bfe76faf845dd77d92bb45c95d8 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 22 九月 2023 14:12:07 +0800 Subject: [PATCH] 空间查询,地名定位修改 --- public/config/config.js | 10 +++++----- src/components/mapsdk.vue | 8 +++++++- src/components/MapView/mapSpacePop.vue | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 799b0e7..fd7c25e 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,13 +1,13 @@ //var isWeb = location.hostname.indexOf("103.85.165.") > -1; var isWeb = false; -var is_production = true;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� //192.168.21.194 +var is_production = false;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� //192.168.21.194 -// var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.205' + ":8088"; -var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.21.194' + ":12316"; +var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.205' + ":8088"; +// var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.21.194' + ":12316"; -var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.21.194' + ":88"; +var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.20.205' + ":88"; -var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.21.194' + ":80"; +var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.20.205' + ":80"; var menuStartName = "绠¢亾鍩虹澶ф暟鎹钩鍙�"; diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index 415b3ec..ea93012 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -9,7 +9,7 @@ <el-form-item> <el-input size="small" - style="width:47vh" + style="width:30vh" v-model="ruleForm.fileName" disabled placeholder="璇疯緭鍏�..." diff --git a/src/components/mapsdk.vue b/src/components/mapsdk.vue index 6f2cdcb..d0cdd48 100644 --- a/src/components/mapsdk.vue +++ b/src/components/mapsdk.vue @@ -75,7 +75,7 @@ <el-form ref="form" :model="coordFrom" - label-width="50px" + label-width="70px" > <el-form-item label="缁忓害:"> <el-input @@ -168,6 +168,7 @@ > <el-form-item label="鍦板悕:"> <el-input + size="small" style="width: 160px" v-model="comprehensive.name" placeholder="璇疯緭鍏ュ湴鍚�...." @@ -177,6 +178,7 @@ <el-button @click="setQueryTable" type="info" + size="small" >鏌ヨ</el-button> </el-form-item> </el-form> @@ -190,6 +192,7 @@ align="center" type="index" label="搴忓彿" + width="70" /> <el-table-column prop="name" @@ -2156,6 +2159,9 @@ position: absolute; right: 8%; bottom: 1%; + span { + width: 100px; + } } .propertiesPop { width: 350px; -- Gitblit v1.9.3