http.js 196 B

1234567
  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.31.252:8080',
  7. }