fix: 修复前端重命名残留问题

- 删除冗余的 openhis.js 工具文件
- 修正所有 utils import 路径 (healthlink-his → his)
- 更新 package.json 名称为 healthlink-his
- 更新 settings.js 版权声明
- 修正 .env 文件注释
- 修正 Java 包名示例 (com.healthlink-his → com.healthlink.his)
This commit is contained in:
2026-06-05 13:18:15 +08:00
parent 473a2c974f
commit d07cab2314
26 changed files with 27 additions and 312 deletions

View File

@@ -10,7 +10,7 @@ VITE_BASE_URL='http://192.168.110.252'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server
# OpenHIS管理系统/SPUG环境
# HealthLink-HIS管理系统/SPUG环境
VITE_APP_BASE_API = '/admin-api'
# 租户ID配置