seimin 1 년 전
부모
커밋
0a794e42f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/app.component.ts

+ 1 - 1
src/app/app.component.ts

@@ -16,7 +16,7 @@ export class AppComponent {
16 16
     if(isHosIdLogin){
17 17
       // 登录页
18 18
       hosId = location.hash.replace(reg, '$1');
19
-    }else if(location.hash == '#/main/sysConfig'){
19
+    }else if(location.hash == '#/main/sysConfig' || location.hash == ''){
20 20
       // 系统配置页
21 21
       hosId = '';
22 22
     }else{