|
|
@ -9,8 +9,8 @@ const DEV_API_URL = 'http://1.13.193.49'; |
|
|
|
const PROD_API_URL = 'http://1.13.193.49'; |
|
|
|
const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL; |
|
|
|
// const DEV_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
|
|
|
|
// const DEV_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
|
|
|
|
const DEV_API_URL_DES = 'http://192.168.124.8:8083/xcx'; |
|
|
|
const DEV_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx'; |
|
|
|
// const DEV_API_URL_DES = 'http://192.168.124.8:8083/xcx';
|
|
|
|
// const PROD_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
|
|
|
|
const PROD_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx'; |
|
|
|
const NEWAPIURL_DES = process.env.NODE_ENV === 'development' ? DEV_API_URL_DES : PROD_API_URL_DES; |
|
|
|