zhengkaixin 2 년 전
부모
커밋
0e9de73484
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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';
 				}
 			},
 			//异步回调父组件的方法