diff --git a/LICENSE b/LICENSE index 0227962c16c32b2f963b66836daaee7b1311e329..7ad5243bcea94044b8a2a29f7759c0955d320391 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright 2022-2024 武汉新致数字科技有限公司 + Copyright 2022-2025 湖北天天数链技术有限公司 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - OpenHis Copyright (C) 2022-2024 武汉新致数字科技有限公司 + OpenHis Copyright (C) 2022-2025 湖北天天数链技术有限公司 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 721e52ebc28bb6f66274d75c5231e6b253bbc695..cdf75d04dae20f732602eb750be01c71815d4652 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,50 @@ -# OpenHis-ITAII +# 平台介绍 + +## 🏠【关于我们】 + +![天天开源](https://open.tntlinking.com/assets/logo-b-BzFUYaRU.png) + +天天开源致⼒于打造中国应⽤管理软件开源⽣态,⾯向医疗、企业、教育三⼤⾏业信息化需求,提供优质的开源软件产品与解决⽅案。平台现已发布OpenHIS、OpenCOM、OpenEDU系列开源产品,并持续招募⽣态合作伙伴,期待共同构建开源创新的⾏业协作模式,加速⾏业的数字化进程。 + +天天开源的前⾝是新致开源,最早于2022年6⽉发布开源医疗软件平台OpenHIS.org.cn,于2023年6⽉发布开源企业软件平台OpenCOM.com.cn。2025年7⽉,新致开源品牌更新为天天开源,我们始终秉持开源、专业、协作的理念,致⼒于为医疗、教育、中⼩企业等⾏业提供优质的开源解决⽅案。 + +了解我们:https://open.tntlinking.com/about?site=gitee + +## 💾【部署包下载】 + +请访问官网产品中心下载部署包:https://open.tntlinking.com/resource/productCenter?site=gitee + +## 📚【支持文档】 + +技术支持资源:https://open.tntlinking.com/resource/technicalSupport?site=gitee +(含演示环境、操作手册、部署手册、开发手册、常见问题等) + +产品介绍:https://open.tntlinking.com/resource/industryKnowledge?site=gitee + +操作教程:https://open.tntlinking.com/resource/operationTutorial?site=gitee + +沙龙回顾:https://open.tntlinking.com/resource/openSourceSalon#23?site=gitee + +## 🤝【合作方式】 + +产品服务价格:https://open.tntlinking.com/cost?site=gitee + +加入生态伙伴:https://open.tntlinking.com/ecology/becomePartner?site=gitee + +## 🤗【技术社区】 + +请访问官网扫码加入技术社区交流:https://open.tntlinking.com/ecology/joinCommunity?site=gitee + +请关注公众号【天天开源软件】以便获得最新产品更新信息。 + + + +# 项目介绍 + +OpenHIS医院系统(信创版)集十大核心模块于一体,涵盖目录管理、基础数据配置、个性化设置、门诊/住院全流程管理、药房药库智能管控、精细化耗材管理、财务核算体系、医保合规对接及多维报表分析等功能模块,共计372项标准化功能。 + +系统深度适配民营及公立一二级医院业务场景,支持单体医院、集团化运营及区域医疗协同等多种部署模式,并通过国家信创认证体系,确保全栈技术自主可控。如有项目需求,可联系官方平台合作。 - OpenHis 信创版 ## 运行环境 diff --git a/openhis-server-new/openhis-application/src/main/resources/application-local.yml b/openhis-server-new/openhis-application/src/main/resources/application-local.yml index b80f54bea1bdeb121c184b7167e35f082e5e7e64..c5785b00e391a4e01702c068ad305d4da18006a9 100644 --- a/openhis-server-new/openhis-application/src/main/resources/application-local.yml +++ b/openhis-server-new/openhis-application/src/main/resources/application-local.yml @@ -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 # 从库数据源 diff --git a/openhis-ui-vue3/.env.production b/openhis-ui-vue3/.env.production index 76b80a7c650c0226b5fe8cfab91dc4c8684d742c..200e2fdf3088e51630a8f25bf6f6c0a944bbd9d9 100644 --- a/openhis-ui-vue3/.env.production +++ b/openhis-ui-vue3/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 长春大学医院信息管理系统 +VITE_APP_TITLE = 医院信息管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/openhis-ui-vue3/src/views/login.vue b/openhis-ui-vue3/src/views/login.vue index 6490215bdac566ceca029876106467bfb7e854f1..8fd961711257368f4a3a8382a0f1a512fd5bb030 100644 --- a/openhis-ui-vue3/src/views/login.vue +++ b/openhis-ui-vue3/src/views/login.vue @@ -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(() => {