同步资源

This commit is contained in:
aixianling
2022-07-15 19:44:39 +08:00
parent 4696642a66
commit f61bbe9c83
15 changed files with 22 additions and 22 deletions

View File

@@ -63,7 +63,7 @@ export default {
content: '您还未登陆',
confirmText: '去登录'
}).then(() => {
uni.switchTab({url: '/pages/mine/mine'})
uni.switchTab({url: '/pages/AppMine/AppMine'})
}).catch(() => {
})
}