config.js 486 B

1234567891011121314
  1. let baseUrl = 'https://kefuapi.sp2509.cc'
  2. // let baseUrl = 'http://192.168.110.106:8081'
  3. window.global_config = {
  4. uploadUrl: baseUrl + '/admin/upload/uploadImage',
  5. uploadPdfUrl: baseUrl + '/admin/upload/pdf',
  6. baseUrl: baseUrl,
  7. dashboardTimer: 30000, // 仪表盘待处理任务30秒请求一次
  8. // ws: "ws:/api.sp2509.cc:6001",
  9. ws: 'kefuapi.sp2509.cc',
  10. storeUrl: 'http://192.168.110.83:3002/Redirect',
  11. title: '客服',
  12. refreshDataCountTime: 10000,
  13. }