From ff976e18177e246bab800e814db4e0e166967bca Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sun, 12 May 2024 17:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +- .../dialogCompnnents/member-count-list.vue | 7 ++- .../dialogCompnnents/safe-hidden.vue | 54 +++++++++++++------ 3 files changed, 46 insertions(+), 20 deletions(-) diff --git a/.env.development b/.env.development index 35105fa..f0d54df 100644 --- a/.env.development +++ b/.env.development @@ -3,10 +3,9 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -# VITE_API_URL = 'http://192.168.34.221:9111' -# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 -VITE_API_URL = 'http://jxj.zhgdyun.com:61212' #杰哥远程 VITE_API_URL = 'http://192.168.34.221:9111' +# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 +# VITE_API_URL = 'http://jxj.zhgdyun.com:61212' #杰哥远程 # VITE_API_URL = 'http://192.168.34.155:19111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' diff --git a/src/views/commandScreen/dialogCompnnents/member-count-list.vue b/src/views/commandScreen/dialogCompnnents/member-count-list.vue index edded0b..32f6845 100644 --- a/src/views/commandScreen/dialogCompnnents/member-count-list.vue +++ b/src/views/commandScreen/dialogCompnnents/member-count-list.vue @@ -124,6 +124,7 @@