* 加载功能模块
(locale: string, features?: string[])
| 166 | * 加载功能模块 |
| 167 | */ |
| 168 | async loadFeatureModules(locale: string, features?: string[]): Promise<any> { |
| 169 | return this.loadModules(locale, 'features', features || []); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * 加载消息模块 |
no test coverage detected