From 6a398b47f332d352757c2ad6b65cc932ce048d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 29 Jun 2021 11:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=8D=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80?= 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 f5cac81..84f4555 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://gxsky.lanzulive.com'; // 测试服请求地址 +export const DEVURL = 'https://gxsky.lanzulive.com'; // 测试服请求地址 // export const DEVURL = 'http://192.168.3.8'; // 测试服请求地址, 韦港电脑 export const PRODURL = ''; // 正式服请求地址