Commit d0938347 by 李君

1

1 parent 4909a8b9
This diff could not be displayed because it is too large.
......@@ -14,7 +14,7 @@ const axiosInstance = axios.create(
// 请求拦截器
axiosInstance.interceptors.request.use(
config => {
// Cookies.set('atoken','e01e7890-1d20-48ee-907b-06700779e719')
// Cookies.set('atoken','3d0d2714-b43a-4ea2-9364-663db02c2ec6')
if(!Cookies.get('atoken')){
ElMessage({
message: `登录过期,请重新登录`,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!