Browse Source

修改api

master
Enzo 4 years ago
parent
commit
b3a98da74c
  1. 4
      common/api.js

4
common/api.js

@ -1,7 +1,7 @@
// appId: 正式 null | 测试 wxeb58570b5e04d147 // appId: 正式 null | 测试 wxeb58570b5e04d147
export const DEV = "dev"; // dev 测试 | prod 正式
export const DEV = "prod"; // dev 测试 | prod 正式
export const VERSION = '1.0.0'; // 版本号 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 DEVURL = 'http://hainan.com'; // 测试服请求地址
export const PRODURL = 'https://yytx.eugyl.com'; // 正式服请求地址 export const PRODURL = 'https://yytx.eugyl.com'; // 正式服请求地址

Loading…
Cancel
Save