版本更新跳转
This commit is contained in:
parent
ffa18c92d2
commit
4ab89711b2
2
App.vue
2
App.vue
@ -28,7 +28,7 @@
|
|||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
onShow(){
|
onShow(){
|
||||||
this.getVersion();
|
// this.getVersion();
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user