From 22a4496970c02a48abe0dddceaa0549bb75ac073 Mon Sep 17 00:00:00 2001 From: Lacue <337883080@qq.com> Date: Mon, 8 Mar 2021 19:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/utils/network_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/littleApp_child/utils/network_util.js b/littleApp_child/utils/network_util.js index be483bc..6b71768 100644 --- a/littleApp_child/utils/network_util.js +++ b/littleApp_child/utils/network_util.js @@ -4,7 +4,7 @@ // 18382670036 多层次 // 18328537371 陈云 666666 // 0测试环境 1正式环境 2演示环境 3衡水 -var Builing_Release_AppStore = 0; +var Builing_Release_AppStore = 1; // 获取服务器地址 function kServerBaseUrl() { switch (Builing_Release_AppStore) { -- 1.8.3.1