|
@@ -180,7 +180,8 @@
|
|
|
|
|
|
//如果不想跳转,还可以传参exchange,一般用于home注册切换等功能
|
|
//如果不想跳转,还可以传参exchange,一般用于home注册切换等功能
|
|
if (this.projectCheckLogin) {
|
|
if (this.projectCheckLogin) {
|
|
- window.location.href = '../#/master';
|
|
|
|
|
|
+ //window.location.href = '../#/master';
|
|
|
|
+ window.location.href = '#/master';
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//异步回调父组件的方法
|
|
//异步回调父组件的方法
|