同步电网一张图代码

This commit is contained in:
GGJ
2024-06-04 16:56:57 +08:00
parent a0c64a4232
commit cf21d0a842
8 changed files with 832 additions and 266 deletions

View File

@@ -140,11 +140,11 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
})
}
} else if (response.data.code == 'A0024') {
// 登录失效
ElNotification({
type: 'error',
message: response.data.message
})
// // 登录失效
// ElNotification({
// type: 'error',
// message: response.data.message
// })
adminInfo.removeToken()
router.push({ name: 'login' })
return Promise.reject(response.data)