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