...
|
...
|
@@ -58,7 +58,7 @@ router.beforeEach((to, from, next) => { |
|
|
axios.interceptors.response.use(
|
|
|
res => {
|
|
|
//对响应数据做些事
|
|
|
if (res.data && res.status===200) {
|
|
|
if (res.data && res.status!==200) {
|
|
|
this.$message({
|
|
|
// 饿了么的消息弹窗组件,类似toast
|
|
|
showClose: true,
|
...
|
...
|
|