Merge pull request !4 from Ubuntu_925/develop
This commit is contained in:
abing
2025-09-05 02:29:40 +00:00
committed by Gitee
3 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:postgresql:/localhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
url: jdbc:postgresql://localhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
username: postgres
password: root
# 从库数据源

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(() => {