zhengkaixin 2 years ago
parent
commit
0e9de73484
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/Common.vue

+ 2 - 1
src/components/Common.vue

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