edit
This commit is contained in:
@ -47,7 +47,7 @@ export class StartupService {
|
||||
});
|
||||
|
||||
let data;
|
||||
if (this.coreSrv.loginStatus && environment.production) {
|
||||
if (this.coreSrv.loginStatus) {
|
||||
// 本地菜单
|
||||
// data = this.loadMockData();
|
||||
// 远程菜单
|
||||
|
||||
Reference in New Issue
Block a user