vuex统一命名风格:补充提交
parent
a3defee272
commit
73f53861b2
|
@ -11,7 +11,7 @@ module.exports = vm => {
|
||||||
return res.data
|
return res.data
|
||||||
} else if(res.data.code === 401) {
|
} else if(res.data.code === 401) {
|
||||||
//用户未登录或登录token已过期
|
//用户未登录或登录token已过期
|
||||||
vm.$store.commit('clearLoginInfo')
|
vm.$store.commit('CLEAR_LOGIN_INFO')
|
||||||
} else {
|
} else {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
//其他错误信息统一处理
|
//其他错误信息统一处理
|
||||||
|
|
Loading…
Reference in New Issue