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 @@