.env.dev.js 615 B

1234567891011121314151617181920
  1. const config = {
  2. // # 租户码
  3. VUE_APP_TENANT: 'default',
  4. // # GateWay地址
  5. // VUE_APP_MicroSrvProxy_API: 'http://192.168.0.65:9981/',
  6. VUE_APP_MicroSrvProxy_API: 'http://192.168.0.252:8200/',
  7. // # 登录验证微服务名称
  8. VUE_APP_AdminPath: 'dashoo.labsop.lims_latest_opms_admin',
  9. // VUE_APP_AdminPath: 'dashoo.opms.admin-0.0.1',
  10. // # 业务接口微服务名称
  11. VUE_APP_ParentPath: 'dashoo.labsop.lims_latest_opms_parent',
  12. // VUE_APP_ParentPath: 'dashoo.opms.parent-0.0.1',
  13. // # 文件上传
  14. VUE_APP_UPLOAD_WEED: 'http://192.168.0.252:9333/dir/assign',
  15. }
  16. module.exports = config