页面框架体系重新调整

This commit is contained in:
aixianling
2021-12-13 10:16:08 +08:00
parent 6174c46869
commit bd727f76b4
8 changed files with 61 additions and 97 deletions

View File

@@ -47,8 +47,7 @@ export default {
})
},
handleGotoApp(app) {
console.log(app)
uni.navigateTo({url: `./mainEntry?app=${app.key}`})
uni.navigateTo({url: `/apps${app.path}`})
},
handleLogin() {
uni.navigateTo({url: "./login"})