mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-30 09:48:44 +08:00 
			
		
		
		
	update: 解决点击遮罩层弹窗关闭后,页面就操作不了了会一直转圈的问题
This commit is contained in:
		| @@ -6,6 +6,7 @@ import progress from 'vite-plugin-progress' | |||||||
| import EslintPlugin from 'vite-plugin-eslint' | import EslintPlugin from 'vite-plugin-eslint' | ||||||
| import PurgeIcons from 'vite-plugin-purge-icons' | import PurgeIcons from 'vite-plugin-purge-icons' | ||||||
| import { ViteEjsPlugin } from 'vite-plugin-ejs' | import { ViteEjsPlugin } from 'vite-plugin-ejs' | ||||||
|  | // @ts-ignore | ||||||
| import ElementPlus from 'unplugin-element-plus/vite' | import ElementPlus from 'unplugin-element-plus/vite' | ||||||
| import AutoImport from 'unplugin-auto-import/vite' | import AutoImport from 'unplugin-auto-import/vite' | ||||||
| import Components from 'unplugin-vue-components/vite' | import Components from 'unplugin-vue-components/vite' | ||||||
|   | |||||||
| @@ -219,11 +219,12 @@ const handleAuthorized = () => { | |||||||
|   if (!isRelogin.show) { |   if (!isRelogin.show) { | ||||||
|     isRelogin.show = true |     isRelogin.show = true | ||||||
|     ElMessageBox.confirm(t('sys.api.timeoutMessage'), t('common.confirmTitle'), { |     ElMessageBox.confirm(t('sys.api.timeoutMessage'), t('common.confirmTitle'), { | ||||||
|  |       showCancelButton: false, | ||||||
|  |       closeOnClickModal: false, | ||||||
|  |       showClose: false, | ||||||
|       confirmButtonText: t('login.relogin'), |       confirmButtonText: t('login.relogin'), | ||||||
|       cancelButtonText: t('common.cancel'), |  | ||||||
|       type: 'warning' |       type: 'warning' | ||||||
|     }) |     }).then(() => { | ||||||
|       .then(() => { |  | ||||||
|       const { wsCache } = useCache() |       const { wsCache } = useCache() | ||||||
|       resetRouter() // 重置静态路由表 |       resetRouter() // 重置静态路由表 | ||||||
|       wsCache.clear() |       wsCache.clear() | ||||||
| @@ -231,9 +232,6 @@ const handleAuthorized = () => { | |||||||
|       isRelogin.show = false |       isRelogin.show = false | ||||||
|       window.location.href = '/' |       window.location.href = '/' | ||||||
|     }) |     }) | ||||||
|       .catch(() => { |  | ||||||
|         isRelogin.show = false |  | ||||||
|       }) |  | ||||||
|   } |   } | ||||||
|   return Promise.reject(t('sys.api.timeoutMessage')) |   return Promise.reject(t('sys.api.timeoutMessage')) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 puhui999
					puhui999