index.js 280 B

123456789
  1. // 测试环境
  2. // export const apiUrl = 'http://54.46.9.88:8001/';
  3. // 本地后端
  4. export const apiUrl = 'http://192.168.0.158:8001/';
  5. export const defaultUrl = 'http://54.46.9.88:8001/';
  6. export const supplierUrl = 'http://54.46.9.88:82/user/login';
  7. export const curLang = 'en'