This commit is contained in:
Gdpao
2020-08-11 11:12:32 +08:00
parent b3a7b2d032
commit 703689d272
10 changed files with 87 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ const install = (Vue, vm) => {
} else if(res.data.errCode == 401) {
// 假设201为token失效这里跳转登录
// vm.$u.toast('您还没有登录哦,请先去登录!');
if (res.data.action != "memberinfo") {
if (res.data.data.action != "memberinfo") {
uni.showModal({
title: "温馨提示",
content: "您还未登录,请立即登录",