env.js 310 B

12345
  1. export const envHost = 'https://t11.swdz.com/api/v2/'; //开发环境
  2. // export const envHost = 'https://t5.9026.com/api/v2/';
  3. // export const imgHost='https://www.juyinzhengxin.com/';
  4. export const imgHost = 'https://zhengda.oss-cn-chengdu.aliyuncs.com/juyin';
  5. export const imglocal = 'https://t11.swdz.com/';