fix: 健康管理系统,代码修改。
This commit is contained in:
@@ -17,7 +17,7 @@ export function useDynamicTitle() {
|
||||
let title = defaultSettings.title
|
||||
|
||||
function getDefaultTitle() {
|
||||
getConfigKey('defaultTitle').then((res) => {
|
||||
getConfigKey('healthTitle').then((res) => {
|
||||
title = res.msg
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user