diff --git a/.env.development b/.env.development index 1f25506..60d096d 100644 --- a/.env.development +++ b/.env.development @@ -6,18 +6,12 @@ # @FilePath: \MuduAPP\.env.development ### ## 开发环境变量 -# VUE_APP_HOST = "http://mdapi.junln.net/api/v1.0/" -# VUE_APP_FILE_HOST = "http://mdapi.junln.net/api/" -VUE_APP_HOST = "http://221.229.220.83:8007/api/v1.0/" -VUE_APP_FILE_HOST = "http://221.229.220.83:8007/api/" +VUE_APP_HOST = "https://www.jichuanglanhai.com:88/api/v1.0/" +VUE_APP_FILE_HOST = "https://www.jichuanglanhai.com:88/api/" # 二期接口 -VUE_APP_RUOYI ='http://192.168.0.124:9028' -# 图片前缀正式服务器 -VUE_APP_IMGURL ='http://192.168.0.124:9028' -# 图片前缀本地服务器 -# VUE_APP_IMGURL ='http://192.168.0.123:9028' +VUE_APP_RUOYI ='https://www.jichuanglanhai.com:88' + -VUE_APP_INTERFACE = "" VUE_APP_VERSION = "3.2.7" VUE_APP_VERSION2 = "3.2.7" diff --git a/.env.production b/.env.production index 6bdc444..82a5c2d 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,8 @@ ## 生产环境变量 -# VUE_APP_HOST = "http://mdapi.junln.net/api/v1.0/" -# VUE_APP_FILE_HOST = "http://mdapi.junln.net/api/" - VUE_APP_HOST = "https://www.jichuanglanhai.com:88/api/v1.0/" VUE_APP_FILE_HOST = "https://www.jichuanglanhai.com:88/api/" -# VUE_APP_INTERFACE = "https://mdz.keyush.cn:8030" + # 二期接口 VUE_APP_RUOYI ='https://www.jichuanglanhai.com:88' diff --git a/src/views/vxEwm/garden/park/components/statistics.vue b/src/views/vxEwm/garden/park/components/statistics.vue index 56f603f..2b8cc88 100644 --- a/src/views/vxEwm/garden/park/components/statistics.vue +++ b/src/views/vxEwm/garden/park/components/statistics.vue @@ -164,7 +164,7 @@
{{ dataList.floorArea }}
-
+
diff --git a/src/views/vxEwm/garden/park/index.vue b/src/views/vxEwm/garden/park/index.vue index 8e82a18..2cfc2ec 100644 --- a/src/views/vxEwm/garden/park/index.vue +++ b/src/views/vxEwm/garden/park/index.vue @@ -279,6 +279,7 @@ export default { getList() { getProfile(this.querParams.parkProfileId).then((res) => { this.dataList = res.data + document.title = this.dataList.parkName || '企业' //修改浏览器标题 }) },