|
|
@ -5,6 +5,8 @@ import store from '@/store'; |
|
|
|
// const DEV_API_URL = 'https://api.cloud.sz-trip.com';
|
|
|
|
const DEV_API_URL = 'https://api.sutenong.com' |
|
|
|
const PROD_API_URL = 'https://api.sutenong.com'; |
|
|
|
// const DEV_API_URL = 'https://swsz.api.js-dyyj.com';
|
|
|
|
// const PROD_API_URL = 'https://swsz.api.js-dyyj.com';
|
|
|
|
const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL; |
|
|
|
|
|
|
|
// 获取token
|
|
|
|