版本更新跳转

This commit is contained in:
ghusermoon 2020-08-25 14:21:15 +08:00
parent ffa18c92d2
commit 4ab89711b2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
// #endif
},
onShow(){
this.getVersion();
// this.getVersion();
},
onLoad() {

View File

@ -49,7 +49,7 @@
const pages = getCurrentPages();
// console.log(pages);
if(pages.length == 2) {
this.$u.route('/pageA/login/login');
this.$u.route('/pageA/welcome/welcome');
} else {
uni.navigateBack();
}