fix: 健康管理系统,代码修改。

This commit is contained in:
tianyongbao
2024-09-25 11:39:25 +08:00
parent 7eb7a0c064
commit 730d72591e
17 changed files with 2197 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export function useDynamicTitle() {
let title = defaultSettings.title
function getDefaultTitle() {
getConfigKey('defaultTitle').then((res) => {
getConfigKey('healthTitle').then((res) => {
title = res.msg
})
}