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.

16 lines
626 B

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM || 'h5';
  2. // localIp = false
  3. let obj = {
  4. H5_API: VUE_APP_PLATFORM === 'h5' ? '/api' : '',//h5代理
  5. WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'https://www.jakjgs.com/',//非代理地址 不要忘记加/
  6. website: 'http://192.168.1.37',
  7. // httpPrefix: 'app-api/',
  8. httpPrefix: 'xjapplet-api/',
  9. imgUrl: 'https://www.jakjgs.com/htmls/',
  10. tmplIds: ['OH_1gceM-m3EXRKOtjl_Hb1ymyC5zw8_Ag6LaFXV4Do', 'AjD_oLafmKGO8X3YvDGl1qmITq_Q6bSFMDeygJNAIes'],//消息模板
  11. };
  12. export default obj
  13. // http://192.168.1.106:8518/测试地址
  14. // https://www.jakjgs.com/ 正式地址