mock.js 267 B

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