From 84563466c6b30007a4313ace352786ee5d72ab91 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 09 十二月 2024 15:01:37 +0800
Subject: [PATCH] 修改bug
---
admin/.env | 4 ++--
admin/.env.test | 4 ++--
admin/src/views/contract/components/terminateLease.vue | 2 +-
admin/src/views/finance/components/bullEdit.vue | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/admin/.env b/admin/.env
index 18495ab..c471f0b 100644
--- a/admin/.env
+++ b/admin/.env
@@ -3,8 +3,8 @@
# 璺敱鏂瑰紡
VUE_APP_ROUTER_MODE = 'hash'
-# 椤圭洰涓婁笅鏂囪矾寰�
-VUE_APP_CONTEXT_PATH = '/fn_admin/#/'
+# 椤圭洰涓婁笅鏂囪矾寰� fn_admin/#/
+VUE_APP_CONTEXT_PATH = '/'
# 鎺ュ彛鍓嶇紑
VUE_APP_API_PREFIX = '/gateway_interface'
diff --git a/admin/.env.test b/admin/.env.test
index b641171..3201150 100644
--- a/admin/.env.test
+++ b/admin/.env.test
@@ -7,7 +7,7 @@
# VUE_APP_API_URL = 'http://192.168.0.163:10010/'
# 钀嶅
-VUE_APP_API_URL = 'http://192.168.0.108:10010/'
+# VUE_APP_API_URL = 'http://192.168.0.108:10010/'
# 娴嬭瘯鏈嶅姟
-# VUE_APP_API_URL = 'https://dmtest.ahapp.net/gateway_interface'
+VUE_APP_API_URL = 'https://dmtest.ahapp.net/gateway_interface'
diff --git a/admin/src/views/contract/components/terminateLease.vue b/admin/src/views/contract/components/terminateLease.vue
index 751ac20..3748d6f 100644
--- a/admin/src/views/contract/components/terminateLease.vue
+++ b/admin/src/views/contract/components/terminateLease.vue
@@ -68,7 +68,7 @@
</div>
</div>
<div class="title">
- <span>閫�绉熶俊鎭�</span>
+ <span>璐﹀崟缁撶畻</span>
<div style="display: flex; align-items: center;">
<el-button type="primary" @click="addZD">娣诲姞鏀舵</el-button>
<el-button type="primary" @click="addFK">娣诲姞浠樻</el-button>
diff --git a/admin/src/views/finance/components/bullEdit.vue b/admin/src/views/finance/components/bullEdit.vue
index 40128b5..ac594b9 100644
--- a/admin/src/views/finance/components/bullEdit.vue
+++ b/admin/src/views/finance/components/bullEdit.vue
@@ -34,7 +34,7 @@
<el-option :value="0" label="绉熻祦璐�"></el-option>
<el-option :value="1" label="鐗╀笟璐�"></el-option>
<el-option :value="2" label="绉熻祦鎶奸噾"></el-option>
- <el-option :value="3" label="鐗╀笟璇侀噾"></el-option>
+ <el-option :value="3" label="鐗╀笟鎶奸噾"></el-option>
<el-option :value="4" label="姘寸數璐�"></el-option>
<el-option :value="5" label="鏉傞」璐�"></el-option>
<el-option :value="6" label="鍏朵粬"></el-option>
@@ -181,7 +181,7 @@
return item
}
})[0].renterName
- // this.getHouseDate()
+ this.getHouseDate()
},
getHouseDate () {
getContractRoom({ contractId: this.form.contractId, type: 0 })
--
Gitblit v1.9.3