| 123456789101112131415161718 |
- /*
- * @Author: wanglj wanglijie@dashoo.cn
- * @Date: 2025-01-09 14:34:22
- * @LastEditors: wanglj
- * @LastEditTime: 2025-01-10 09:14:02
- * @Description: file content
- * @FilePath: \labsop_website\public\config.js
- */
- const $GlobalConfig = {
- VUE_APP_TENANT: 'biobankV4dev',
- VUE_APP_MicroSrvProxy_API: 'http://192.168.0.219:9983/',
- // 登录验证微服务名称
- VUE_APP_AdminPath: 'dashoo.labsop.admin',
- VUE_APP_SETTING_PATH: 'dashoo.labsop.finance-zzh',
- VUE_APP_INSTR_PATH: 'dashoo.labsop.apparatus',
- // 租户码
- VUE_APP_TENANT: 'default '
- }
|