[web-app] 菜单功能布局大致样式定义

This commit is contained in:
tomsun28
2021-11-28 14:58:20 +08:00
parent cdee4add2a
commit 034b6c175c
21 changed files with 384 additions and 1663 deletions

View File

@@ -119,9 +119,9 @@ export class StartupService {
load(): Observable<void> {
// http
// return this.viaHttp();
return this.viaHttp();
// mock: Dont 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();
}
}