diff --git a/src/assets/icons/switchsvg.svg b/src/assets/icons/switchsvg.svg index 4bfdb2d..29226df 100644 --- a/src/assets/icons/switchsvg.svg +++ b/src/assets/icons/switchsvg.svg @@ -1 +1,14 @@ - \ No newline at end of file + + + BBD切换 + + + + + + + + + + + \ No newline at end of file diff --git a/src/utils/http/axios/index.ts b/src/utils/http/axios/index.ts index ecdfd9e..dc087ee 100644 --- a/src/utils/http/axios/index.ts +++ b/src/utils/http/axios/index.ts @@ -201,7 +201,7 @@ const transform: AxiosTransform = { // eslint-disable-next-line ts/no-use-before-define const instance = http.getAxios() const config = response.config - const whitelist = ['/api/captcha/captchatoken', '/api/captcha/captchaImage', '/api/backstage/adminlogin', '/api/oauthweb/token','/api/web/smslogin/login'] + const whitelist = ['/api/captcha/captchatoken', '/api/captcha/captchaImage', '/api/backstage/adminlogin', '/api/oauthweb/token','/api/web/smslogin/login','/api/web/smslogin/sendcode'] const expirationTime = storage.get(TOKEN_EXPIRATION_TIME) // console.log('剩余失效时间(分):', (expirationTime - Date.now()) / 1000 / 60, config.url) @@ -264,7 +264,7 @@ const transform: AxiosTransform = { if (err && err.includes('Network Error')) { $dialog.info({ title: '网络异常', - content: '请检查您的网络连接是否正常', + content: '网络错误,请重试!', positiveText: '确定', // negativeText: '取消', closable: false, diff --git a/src/views/final/comp/CustomFilterModalVue.vue b/src/views/final/comp/CustomFilterModalVue.vue index 4539cbc..04536db 100644 --- a/src/views/final/comp/CustomFilterModalVue.vue +++ b/src/views/final/comp/CustomFilterModalVue.vue @@ -1,249 +1,249 @@ - +
- +
@@ -283,12 +297,15 @@ const rightInputHandler = debounce((keyword) => {
- + - - + +
{{ item.name }}
@@ -322,10 +355,8 @@ const rightInputHandler = debounce((keyword) => {