From 33b473b3bc2c5c7b27dbba66daf3386e260fa1a8 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 1 Sep 2023 11:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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' //生产