| 12345678910111213141516171819 |
- let baseUrl = 'https://kefuapi.sp2509.cc'
- // let baseUrl = 'http://192.168.110.106:8081'
- window.global_config = {
- showTestTab: true,
- uploadUrl: baseUrl + '/admin/upload/uploadImage',
- uploadPdfUrl: baseUrl + '/admin/upload/pdf',
- baseUrl: baseUrl + '/admin',
- dashboardTimer: 30000, // 仪表盘待处理任务30秒请求一次
- // ws: "ws:/api.sp2509.cc:6001",
- ws: "ws:/192.168.110.106:6001",
- storeUrl: 'http://192.168.110.83:3002/Redirect',
- title: 'AskGoing',
- refreshDataCountTime: 10000,
- // iframeSrc: 'https://kefuuser.sp2509.cc',
- iframeSrc: 'https://192.168.110.83:3001/#/adminMsg', // 开发环境
- userSrc: 'https://192.168.110.83:3001', // 用户端地址
- NotificationDuration: 0, // 通知延迟多久关闭,0为手动关闭
- }
|