This commit is contained in:
dhr
2025-09-15 16:07:10 +08:00
parent 8c7d16ee9d
commit 0059b3cb42
2 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ VITE_APP_ENV = 'development'
# 李陈杰 209
# VITE_APP_BASE_API = 'http://192.168.110.209:8899'
# 曾涛
VITE_APP_BASE_API = 'http://192.168.110.149:8899'
VITE_APP_BASE_API = 'http://192.168.110.210:8899'
# 罗成
# VITE_APP_BASE_API = 'http://192.168.110.188:8899'
# 朱银
VITE_APP_BASE_API = 'http://192.168.110.149:8899'
# VITE_APP_BASE_API = 'http://192.168.110.149:8899'
#曾涛
# VITE_APP_BASE_API = 'http://192.168.110.171:8899'
# 屈展航

View File

@ -22,7 +22,7 @@
<div>
<div>
<span>租金</span>
<span>{{ proxy.formatPrice(detailInfo.rentSum) / 1000 }} 万元</span>
<span>{{ proxy.formatPrice(detailInfo.rentSum) / 10000 }} 万元</span>
</div>
<el-icon :size="50" color="#3176ff">
<Postcard />