1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-05 16:40:08 +08:00
parent 260c7e706c
commit 99da97fcb4
8 changed files with 35 additions and 36 deletions

View File

@ -44,7 +44,7 @@ export class MainApp {
* @param config 配置对象
*/
loadAConfig(config: any): void {
AppConfig.container = config.container || 'renderDom';
AppConfig.container = config.container ;
AppConfig.modelUrlList = config.modelUrlList || [];
AppConfig.env = config.env;
}