fix: 健康管理系统,代码修改。
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user