|
@@ -132,9 +132,7 @@ export default {
|
|
console.log(343);
|
|
console.log(343);
|
|
this.$method.exit();
|
|
this.$method.exit();
|
|
this.isLogin = this.$method.isLogin();
|
|
this.isLogin = this.$method.isLogin();
|
|
- uni.reLaunch({
|
|
|
|
- url: '/pages/index/index'
|
|
|
|
- });
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
jumpLogin() {
|
|
jumpLogin() {
|
|
this.$navTo.togo('/pages/login/login');
|
|
this.$navTo.togo('/pages/login/login');
|