requestUrl.js 372 B

12345678
  1. // export const URL = 'http://192.168.51.80:8801'; // 本地
  2. // export const URL = 'http://192.168.38.174:8088';
  3. // export const URL = 'http://192.168.1.45:8088'; //内网
  4. // export const URL = 'http://s1.nsloop.com:5137'; // 外网
  5. export const URL = 'http://121.43.139.179:8801'; // 云端服务1
  6. // export const URL = 'http://172.18.116.20:8801'; // 云端服务2