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 = ''; // 正式服请求地址