- // 测试环境
- // export const apiUrl = 'http://54.46.9.88:8001/';
- // 本地后端
- export const apiUrl = 'http://192.168.0.158:8001/';
- export const defaultUrl = 'http://54.46.9.88:8001/';
- export const supplierUrl = 'http://54.46.9.88:82/user/login';
- export const curLang = 'en'
|