url
This commit is contained in:
parent
4d2b1df3e5
commit
b55c98e60f
@ -1,21 +1,12 @@
|
|||||||
export function getBaseUrl() {
|
export function getBaseUrl() {
|
||||||
let BASE_API;
|
let BASE_API;
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
<<<<<<< HEAD
|
|
||||||
BASE_API = 'https://joylink.club/jlcloud';
|
BASE_API = 'https://joylink.club/jlcloud';
|
||||||
// BASE_API = 'https://test.joylink.club/jlcloud';
|
// BASE_API = 'https://test.joylink.club/jlcloud';
|
||||||
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
|
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
|
||||||
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
||||||
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
||||||
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
||||||
=======
|
|
||||||
// BASE_API = 'https://joylink.club/jlcloud';
|
|
||||||
BASE_API = 'https://test.joylink.club/jlcloud';
|
|
||||||
// BASE_API = 'http://192.168.8.107:9000'; // 袁琪
|
|
||||||
// BASE_API = 'http://192.168.8.144:9000'; // 旭强
|
|
||||||
// BASE_API = 'http://192.168.3.175:9000'; // 张赛
|
|
||||||
// BASE_API = 'http://192.168.8.110:9000'; // 杜康
|
|
||||||
>>>>>>> 9f95af633a03accf4d89657def0976bc5b03a72b
|
|
||||||
// BASE_API = 'http://b29z135112.zicp.vip';
|
// BASE_API = 'http://b29z135112.zicp.vip';
|
||||||
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
||||||
// BASE_API = 'http://2i38984j47.qicp.vip'; // 张赛
|
// BASE_API = 'http://2i38984j47.qicp.vip'; // 张赛
|
||||||
|
Loading…
Reference in New Issue
Block a user