迁移位置,并清除多余的报错
This commit is contained in:
		| @@ -54,7 +54,6 @@ instance.interceptors.response.use(res => { | ||||
|       } else if (!!res.config.pureBack) { | ||||
|         return res.data | ||||
|       } else if (res.data.code == 401) { | ||||
|         console.error("安全令牌验证无法通过!") | ||||
|         return Promise.reject(res.data) | ||||
|       } else { | ||||
|         Message.error(res.data.msg || "请求失败!") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user