mock.js 203 B

123
  1. /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
  2. // export const mockUrl = 'http://10.179.88.110:8089' // 线下
  3. export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上