修改错误单位

master
许宏杰 11 months ago
parent 955c644cf3
commit 9098930415

@ -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"

@ -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'

@ -164,7 +164,7 @@
<div class="order-num" style="color: #177fd4">
{{ dataList.floorArea }}
</div>
<div class="order-unit"></div>
<div class="order-unit"></div>
</div>
</div>
<div class="work-order-item">

@ -279,6 +279,7 @@ export default {
getList() {
getProfile(this.querParams.parkProfileId).then((res) => {
this.dataList = res.data
document.title = this.dataList.parkName || '企业' //
})
},

Loading…
Cancel
Save