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

@@ -130,13 +130,13 @@ function getCode() {
}
function getDefaultBg() {
getConfigKey('defaultBg').then((res) => {
getConfigKey('healthBg').then((res) => {
defaultBg.value = res.msg
})
}
function getDefaultTitle() {
getConfigKey('defaultTitle').then((res) => {
getConfigKey('healthTitle').then((res) => {
title.value = res.msg
document.title = res.msg
})