| 12345678910111213141516171819202122232425 |
- # 开发环境
- # 页面 title 前缀
- VUE_APP_TITLE=Lims
- # 登录验证地址
- VUE_APP_LOGINAPI=http://192.168.0.252:12005/login
- VUE_APP_LOGOUTAPI=http://192.168.0.252:12005/logout
- # 网络请求公用地址
- #VUE_APP_API=http://39.98.34.197:9905/api/
- VUE_APP_API=http://192.168.0.252:12005/api/
- #VUE_APP_API=http://localhost:9635/api/
- # 第二后端API地址
- #VUE_APP_API02=http://39.98.34.197:9915/api/
- VUE_APP_API02=http://192.168.0.252:12002/api/
- #VUE_APP_API02=http://127.0.0.1:9635/api/
- # 分模块地址
- VUE_APP_MODULE01=http://localhost:8081/#
- VUE_APP_MODULE02=http://localhost:8082/#
- # 租户
- VUE_APP_TENANT=CU6zmPWhZp
|