env.js 124 B

1234
  1. // 接口跟域名
  2. export const BASE_URL = 'http://192.168.0.163:9993';
  3. // 接口路径
  4. export const API_URL = '/SPDapi';