b77ecc0f by lihua

401异常处理

1 parent 60fc478d
...@@ -182,6 +182,7 @@ service.interceptors.response.use( ...@@ -182,6 +182,7 @@ service.interceptors.response.use(
182 }) 182 })
183 } 183 }
184 break 184 break
185 case 401:
185 case 403: 186 case 403:
186 case 402: 187 case 402:
187 ElMessage({ 188 ElMessage({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!