fix: 茅台预约平台,登录界面修改。

This commit is contained in:
tianyongbao
2024-12-12 14:14:44 +08:00
parent 7102afc8c3
commit bb9ea1d58e
8 changed files with 11 additions and 11 deletions

View File

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