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{