mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
perf: 支持易盾RCDN部署
This commit is contained in:
@@ -109,8 +109,8 @@ function createService() {
|
||||
error.message += `: ${error.response?.config?.url}`;
|
||||
errorLog(error, error?.response?.config?.showErrorNotify);
|
||||
if (status === 401) {
|
||||
// const userStore = useUserStore();
|
||||
// userStore.logout();
|
||||
const userStore = useUserStore();
|
||||
userStore.logout();
|
||||
}
|
||||
|
||||
if (error?.config?.onError) {
|
||||
|
||||
Reference in New Issue
Block a user