From 7e9756e119c3a511b7be25ef38de6c27cc9d524b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 10 十一月 2025 09:36:28 +0800
Subject: [PATCH] 优化
---
admin/src/components/business/operaVisitsWindow.vue | 2 +-
h5/utils/config.js | 2 +-
admin/.env.production | 1 +
admin/.env.development | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/admin/.env.development b/admin/.env.development
index 3747781..b8b3e35 100644
--- a/admin/.env.development
+++ b/admin/.env.development
@@ -10,7 +10,7 @@
# VUE_APP_API_URL = 'http://localhost:10010'
# VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface'
-# VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface'
+# VUE_APP_API_URL = 'http://192.168.0.7/system_gateway'
#key锛�045542fc5f436b75e6c911c5c84ff8cd
#瀵嗛挜锛�8bd38497f9aee2b75e7a888a4dfd1e6c
diff --git a/admin/.env.production b/admin/.env.production
index e7480f1..6cd03e2 100644
--- a/admin/.env.production
+++ b/admin/.env.production
@@ -7,3 +7,4 @@
VUE_APP_AMAP_KEY='045542fc5f436b75e6c911c5c84ff8cd'
+
diff --git a/admin/src/components/business/operaVisitsWindow.vue b/admin/src/components/business/operaVisitsWindow.vue
index cb03a8c..a533f23 100644
--- a/admin/src/components/business/operaVisitsWindow.vue
+++ b/admin/src/components/business/operaVisitsWindow.vue
@@ -110,7 +110,7 @@
>
</el-switch>
</el-form-item>-->
- <el-form-item v-if="param.type == 2" label="鏂藉伐鍐呭">
+ <el-form-item v-if="param.type == 1" label="鏂藉伐鍐呭" prop="constructionReason">
<el-input
v-model="param.constructionReason"
placeholder="璇疯緭鍏ユ柦宸ュ唴瀹�"
diff --git a/h5/utils/config.js b/h5/utils/config.js
index 70b5a4d..c986599 100644
--- a/h5/utils/config.js
+++ b/h5/utils/config.js
@@ -1,6 +1,6 @@
// export const baseUrl = 'zhyq_interface/'
-export const baseUrl = 'http://192.168.1.54:10010/'
+export const baseUrl = 'http://192.168.1.45:10010/'
// export const baseUrl = 'http://10.50.250.253:8088/gateway_interface/'
// export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/'
--
Gitblit v1.9.3