[web-app] 菜单功能布局大致样式定义
This commit is contained in:
@@ -119,9 +119,9 @@ export class StartupService {
|
||||
|
||||
load(): Observable<void> {
|
||||
// http
|
||||
// return this.viaHttp();
|
||||
return this.viaHttp();
|
||||
// mock: Don’t use it in a production environment. ViaMock is just to simulate some data to make the scaffolding work normally
|
||||
// mock:请勿在生产环境中这么使用,viaMock 单纯只是为了模拟一些数据使脚手架一开始能正常运行
|
||||
return this.viaMockI18n();
|
||||
// return this.viaMockI18n();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user