seimin vor 1 Jahr
Ursprung
Commit
0a794e42f7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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{