From 8f362931c480945842493d90167d1a40c0e932f8 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 7 Sep 2023 09:06:21 +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 | 8 ++++---- subpkg/buyShare/buyShare.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/app.js b/config/app.js index 7b60c06..18a6061 100644 --- a/config/app.js +++ b/config/app.js @@ -2,14 +2,14 @@ let httpApiThree; let httpApi; // 正式使用的域名 -// httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试 +httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试 // httpApi = 'https://preview-worker-task.lihaink.cn' //预上线 -httpApi = 'https://worker-task.lihaink.cn' //正式 +// httpApi = 'https://worker-task.lihaink.cn' //正式 -// httpApiThree = 'https://ceshi-worker-task.lihaink.cn' //测试 +httpApiThree = 'https://ceshi-worker-task.lihaink.cn' //测试 // httpApiThree = 'https://preview-worker-task.lihaink.cn' //预上线 -httpApiThree = 'https://worker-task.lihaink.cn' //正式 +// httpApiThree = 'https://worker-task.lihaink.cn' //正式 // #ifdef H5 // httpApiThree = 'baseUrlTest' //生产 // #endif diff --git a/subpkg/buyShare/buyShare.vue b/subpkg/buyShare/buyShare.vue index 624e488..ecb4349 100644 --- a/subpkg/buyShare/buyShare.vue +++ b/subpkg/buyShare/buyShare.vue @@ -1,5 +1,5 @@