From efee84697396469ecb7e5c356d3b8e3a51744ef2 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Fri, 10 Oct 2025 11:28:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- src/components/DetailsSearch/index.vue | 29 ++++++++++++++----- src/components/SearchForm/index.vue | 3 ++ .../components/Header/components/Avatar.vue | 13 ++++----- src/views/foundation/subscribe/list/add.vue | 7 +++++ .../subscribe/list/constant/add/serach.ts | 11 +++---- .../subscribe/list/constant/list/table.ts | 15 +++++----- .../subscribe/list/init/setDetailsData.ts | 2 +- src/views/login/index.vue | 28 +++++++----------- 9 files changed, 64 insertions(+), 48 deletions(-) diff --git a/.env.development b/.env.development index ef75230..7b8a591 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -ENV = 'test' +ENV = 'dev' VITE_APP_API_VERSION ="" VITE_APP_API_BASEURL = https://dev.wms.api.v2.f2b211.com/v1/admapi/ VITE_APP_SSO_LOGINURL = http://dev.uc.v3.f2b211.com/uc/login # http://dev.uc.f2b211.com/index.php/uc/user/login.html @@ -8,7 +8,7 @@ VITE_REDIRECT_URL =http://localhost:8080/login #单点从定向地址 VITE_SINGLE_URL = https://dev.uc.v3.f2b211.com/ #测试环境单点登录通知 # 测试环境 -VITE_USER_NODE_ENV = test +VITE_USER_NODE_ENV = development # 公共基础路径 VITE_PUBLIC_PATH = / diff --git a/src/components/DetailsSearch/index.vue b/src/components/DetailsSearch/index.vue index f42d108..b454a74 100644 --- a/src/components/DetailsSearch/index.vue +++ b/src/components/DetailsSearch/index.vue @@ -113,6 +113,7 @@ v-model="_searchResult[`${item.prop}`]" multiple filterable + :reserve-keyword="false" @remove-tag="handleRomoveTag(item)" :disabled="item.disabled" :placeholder="item.placeholder" @@ -129,15 +130,16 @@