@@ -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
|
||||
# 从库数据源
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 长春大学医院信息管理系统
|
||||
VITE_APP_TITLE = 医院信息管理系统
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'production'
|
||||
|
@@ -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(() => {
|
||||
|
Reference in New Issue
Block a user