Compare commits

..

No commits in common. 'release_3.0.0' and 'dev' have entirely different histories.

5
.gitignore vendored

@ -31,12 +31,9 @@ target/
build/
!**/src/main/**/build/
!**/src/test/**/build/
virtual-patient-graph/asm-debug
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
**/.flattened-pom.xml
.DS_Store

@ -1,21 +1,3 @@
# virtual-patient
虚拟病人WEB后端
## 环境地址访问
### dev环境
- 前台内网访问:
- https://192.168.10.137:443/#/login
- 前台外网访问
- http://124.220.94.55:8014/#/login
- https://124.220.94.55:8025/#/login
- 后台内网访问(访问前需要先登录):
- https://192.168.10.138:443/#/caseManagement/diseaseType
### test环境
- 前台内网访问:
- https://192.168.10.138:453/#/login
- 前台外网访问
- https://124.220.94.55:8015/#/login
- 后台内网访问(访问前需要先登录):
- https://192.168.10.138:453/#/caseManagement/diseaseType
虚拟病人WEB后端

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save