| 12345678910111213141516 |
- const config = {
- // # 租户码
- VUE_APP_TENANT:"default",
-
- // # GateWay地址
- VUE_APP_MicroSrvProxy_API:"http://192.168.0.252:8100/",
-
- // # 登录验证微服务名称
- VUE_APP_AdminPath:"dashoo.labsop.lims_latest_opms_admin",
-
- // # 业务接口微服务名称
- VUE_APP_ParentPath:"dashoo.labsop.lims_latest_opms_parent",
- // # 文件上传
- VUE_APP_UPLOAD_WEED: 'http://192.168.0.252:9333/dir/assign',
- }
- module.exports = config
|