refactor: 登录超时逻辑

This commit is contained in:
dap
2025-07-04 15:41:09 +08:00
parent 7535bd6096
commit 29dd4ce7f7
4 changed files with 91 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
import { UnauthorizedException } from '#/api/request';
import { UnauthorizedException } from '#/api/helper';
import { dictDataInfo } from '#/api/system/dict/dict-data';
import { useDictStore } from '#/store/dict';