Commit f4615987 by tianlonglong

修改字段名

1 parent 6fc26dbd
......@@ -14,7 +14,7 @@ const axiosInstance = axios.create(
// 请求拦截器
axiosInstance.interceptors.request.use(
config => {
Cookies.set('atoken','7150be77-f099-4a63-90c5-ef9cc6b51137')
// Cookies.set('atoken','7150be77-f099-4a63-90c5-ef9cc6b51137')
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!