版本更新跳转 #299

Merged
hansu merged 1 commits from zhy into master 2020-08-25 06:21:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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