config.js 556 B

123456789101112131415161718
  1. /*
  2. * @Author: wanglj wanglijie@dashoo.cn
  3. * @Date: 2025-01-09 14:34:22
  4. * @LastEditors: wanglj
  5. * @LastEditTime: 2025-01-10 09:14:02
  6. * @Description: file content
  7. * @FilePath: \labsop_website\public\config.js
  8. */
  9. const $GlobalConfig = {
  10. VUE_APP_TENANT: 'biobankV4dev',
  11. VUE_APP_MicroSrvProxy_API: 'http://192.168.0.219:9983/',
  12. // 登录验证微服务名称
  13. VUE_APP_AdminPath: 'dashoo.labsop.admin',
  14. VUE_APP_SETTING_PATH: 'dashoo.labsop.finance-zzh',
  15. VUE_APP_INSTR_PATH: 'dashoo.labsop.apparatus',
  16. // 租户码
  17. VUE_APP_TENANT: 'default '
  18. }