修复了admin后台bug

This commit is contained in:
张乐
2020-08-24 17:34:26 +08:00
parent 422280f51b
commit b13029f49e
42 changed files with 833 additions and 5491 deletions

View File

@@ -67,7 +67,7 @@ service.interceptors.response.use(
type: 'error',
duration: 5 * 1000
})
return Promise.reject()
// 50008: Illegal token; 50012: Other clients logged in; 50014: Token expired;
// return Promise.reject(new Error(res.message || 'Error'))
} else {