diff --git a/config/app.js b/config/app.js index 8010f24..3dc7adc 100644 --- a/config/app.js +++ b/config/app.js @@ -1,8 +1,12 @@ let httpApiThree; -let httpApi -// httpApi = 'https://shop.lihaink.cn' //生产 -httpApi = 'https://worker-task.lihaink.cn' //生产 -httpApiThree = 'https://worker-task.lihaink.cn' //生产 +let httpApi; + +// 正式使用的域名 +httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试 +// httpApi = 'https://preview-worker-task.lihaink.cn' //预上线 + + +httpApiThree = 'https://worker-task.lihaink.cn' //测试 // httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 // #ifdef H5 // httpApiThree = 'baseUrlTest' //生产