release: update 5.4.0

This commit is contained in:
xiaoxian521
2024-04-23 10:50:06 +08:00
parent b76600a981
commit a8953d009f
58 changed files with 1252 additions and 1001 deletions

View File

@@ -35,7 +35,7 @@ export const getPlatformConfig = async (app: App): Promise<undefined> => {
})
.then(({ data: config }) => {
let $config = app.config.globalProperties.$config;
// 自动注入项目配置
// 自动注入系统配置
if (app && $config && typeof config === "object") {
$config = Object.assign($config, config);
app.config.globalProperties.$config = $config;