修复了登录跳转

This commit is contained in:
2020-08-28 15:54:36 +08:00
parent 7c839816d4
commit a6328358e2
2 changed files with 7 additions and 5 deletions

View File

@@ -10,9 +10,9 @@ export default {
uni.getStorage({
key: "token",
success: (res) => {
uni.switchTab({
url: "/pages/index/index"
})
// uni.switchTab({
// url: "/pages/index/index"
// })
}
})
},