学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
357 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM;
  2. module.exports = {
  3. APP_API: VUE_APP_PLATFORM === 'h5' ? '/api' : 'http://121.41.97.244:8090',
  4. APP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'https://www.jaxc.cn/api',
  5. TEMP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'http://121.41.97.244:8090 https://www.jaxc.cn/api',
  6. //是否启用人脸识别
  7. };