This commit is contained in:
Gdpao
2020-08-11 10:00:06 +08:00
parent e6f73f01cd
commit aad2bca5c6
13 changed files with 137 additions and 35 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: "您还未登录,请立即登录",