From 37aae470df6c1024e59914129b669bbeb4ffed53 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Mon, 25 Sep 2023 15:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/app.js b/config/app.js index 71d8b90..e537bbe 100644 --- a/config/app.js +++ b/config/app.js @@ -17,19 +17,20 @@ switch (env) { httpApi = 'https://shop.lihaink.cn' // 生产 httpApiTwo = 'https://nk.lihaink.cn' httpApiThree = 'http://ceshi-oa.lihaink.cn' - httpApiFour= 'https://worker-task.lihaink.cn' + + httpApiFour= 'https://worker-task.lihaink.cn' break; case 'prew': httpApi = 'https://test.shop.lihaink.cn' //预发布环境 httpApiTwo = "https://nk.lihaink.cn" httpApiThree = 'http://ceshi-oa.lihaink.cn' - httpApiFour= 'http://ceshi-oa.lihaink.cn' + httpApiFour= 'https://preview-worker-task.lihaink.cn' break; default: httpApi = "https://crmeb-test.shop.lihaink.cn" // 测试 httpApiTwo = "https://nk.lihaink.cn" httpApiThree = 'http://ceshi-oa.lihaink.cn' - httpApiFour= 'https://ceshi-worker-task.lihaink.cn' + httpApiFour= 'https://ceshi-worker-task.lihaink.cn' }