Merge pull request 'release_3.0.0' (#3) from release_3.0.0 into dev_3.1.0

Reviewed-on: #3
dev_3.1.0
liujiatong 11 months ago
commit 835aa0d9a5

3
.gitignore vendored

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

@ -1,3 +1,21 @@
# 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

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

Loading…
Cancel
Save