config.js 270 B

1234567891011
  1. export default {
  2. serverAddress: 'http://115.238.57.190:8010',
  3. // serverAddress: 'http://121.36.134.218:8010',
  4. timeout:50000,
  5. method:'POST',
  6. clientid:1,//客户端编号
  7. errors:{
  8. apiNotFound:'没找到api',
  9. missingParam: "缺少必需的参数"
  10. }
  11. }