From a34129c6cff2047a0d6a4ea007c3e3638a93bd87 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 8 Apr 2026 17:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/gate/visitlist.vue | 84 ++++++++++++------------- src/views/visit/component/addCommon.vue | 19 ++++-- 3 files changed, 58 insertions(+), 49 deletions(-) diff --git a/.env.development b/.env.development index 564053e..07baa16 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,5 @@ ENV = 'development' # base api(与测试/正式环境同一后端域名) -VUE_APP_BASE_API = http://yxbd-fangke.ali251.langye.net -VUE_APP_UPLOAD_API = http://yxbd-fangke.ali251.langye.net/api/admin/upload-file +VUE_APP_BASE_API = https://yxbd-fangke.ali251.langye.net +VUE_APP_UPLOAD_API = https://yxbd-fangke.ali251.langye.net/api/admin/upload-file diff --git a/src/views/gate/visitlist.vue b/src/views/gate/visitlist.vue index d7d5a8e..3717c5c 100644 --- a/src/views/gate/visitlist.vue +++ b/src/views/gate/visitlist.vue @@ -1,8 +1,8 @@