http.js 195 B

12345678
  1. // 配置信息
  2. export default {
  3. // webUrl: 'http://127.0.0.1:8080',
  4. webUrl: 'https://cczdsz.com/prod-api/',
  5. // webUrl: 'http://192.168.0.129:8080',
  6. //webUrl: 'http://192.168.4.20:8080',
  7. }