config.js 486 B

12345678910111213
  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: 'kefuapi.sp2509.cc',
  9. title: 'SupportOne',
  10. postMsgUrl: 'http://192.168.110.83:6789', // 接收消息的地址
  11. // postMsgUrl: 'https://kefuweb.sp2509.cc',
  12. }