字典树修改

This commit is contained in:
仲么了
2024-01-24 15:42:54 +08:00
parent bd5102da61
commit bdc5a452f3
9 changed files with 442 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
// 登录失效
ElNotification({
type: 'error',
message: response.data.msg
message: response.data.message
})
adminInfo.removeToken()
router.push({ name: 'login' })