zhengkaixin hace 2 años
padre
commit
0e9de73484
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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';
 				}
 			},
 			//异步回调父组件的方法