From b3a98da74cdb0ea5fc9b9c7adc0d523e348cd438 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 23 Sep 2021 16:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/api.js b/common/api.js index 47f4c8b..2855811 100644 --- a/common/api.js +++ b/common/api.js @@ -1,7 +1,7 @@ // appId: 正式 null | 测试 wxeb58570b5e04d147 -export const DEV = "dev"; // dev 测试 | prod 正式 +export const DEV = "prod"; // dev 测试 | prod 正式 export const VERSION = '1.0.0'; // 版本号 -export const DEVURL = 'https://yytx.eugyl.com'; // 测试服请求地址 +export const DEVURL = 'https://hainan.lanzulive.com'; // 测试服请求地址 // export const DEVURL = 'http://hainan.com'; // 测试服请求地址 export const PRODURL = 'https://yytx.eugyl.com'; // 正式服请求地址