From 171da663fcf3e6e65654988559fc4041aec06920 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 30 Jul 2021 16:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=8Dapi=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/api.js b/common/api.js index 512357b..b570d82 100644 --- a/common/api.js +++ b/common/api.js @@ -1,7 +1,7 @@ // appId: 正式 null | 测试 wxb35ef055a4dd8ad4 export const DEV = "dev"; // dev 测试 | prod 正式 export const VERSION = '1.0.0'; // 版本号 -export const DEVURL = 'http://hainan.com'; // 测试服请求地址 +export const DEVURL = 'http://hainan.lanzulive.com'; // 测试服请求地址 export const PRODURL = ''; // 正式服请求地址