This commit is contained in:
Zhang.WH
2025-09-04 16:59:14 +08:00
parent 92bf46ba55
commit a3a06d6f3c
3 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 长春大学医院信息管理系统
VITE_APP_TITLE = 医院信息管理系统
# 生产环境配置
VITE_APP_ENV = 'production'

View File

@@ -182,9 +182,7 @@ function handleLogin() {
if (env === 'development') {
router.push({ path: redirect.value || '/', query: otherQueryParams });
} else {
signIng.value = true;
userStore.getInfo();
GetMacString();
router.push({ path: redirect.value || '/', query: otherQueryParams });
}
})
.catch(() => {