diff --git a/usertool.js b/usertool.js index f58c3f4..94894da 100644 --- a/usertool.js +++ b/usertool.js @@ -64,7 +64,7 @@ export default { const pageNow = getCurrentPages()[getCurrentPages().length - 1] // #ifdef H5 - document.title = windowTitle || pagesJson?.appInfo?.i18nText?.[mylang] // 必须放在 setNavigationBarTitle 之后,否则会被其覆盖掉。 + document.title = windowTitle || wo?.envar?.Sys_Brand_Name?.[mylang] || pagesJson?.appInfo?.i18nText?.[mylang] || pagesJson?.globalStyle?.navigationBarTitleText // 必须放在 setNavigationBarTitle 之后,否则会被其覆盖掉。 // #endif uni.setNavigationBarTitle({