| | |
| | | const origin = window.location.origin; |
| | | const pathname = window.location.pathname; |
| | | window.globalConfig = { |
| | | // 项目名称 |
| | | Name: 'WI水务智能', |
| | |
| | | |
| | | WebApiUrl: { |
| | | MainUrl: 'https://widev.cpolar.top/ai_dev/', |
| | | // MainUrl: 'http://192.168.1.58:8080/', |
| | | // MainUrl: 'http://192.168.1.41:8080/', |
| | | |
| | | |
| | | AuthUrl: 'http://47.100.245.85:8190/', |
| | | SSEUrl: 'https://widev.cpolar.top/ai_dev/chat/connect_broadcast_chat', |
| | | |
| | | // 分享链接 |
| | | ShareUrl: `${origin}${pathname}share/index.html`, |
| | | ShareUrl: 'share/index.html', |
| | | // 手机端下载地址 |
| | | PhoneUrl: 'https://wi.beng35.com/mobile/prod', |
| | | // 真实访问的生成环境链接地址 |
| | | MobileProdShareRealUrl: 'https://wi.beng35.com/mobile/prod', |
| | | // 真实访问的测试环境链接地址 |
| | | MobileTestShareRealUrl: 'https://wi.beng35.com/mobile/test', |
| | | }, |
| | | SoftWareInfo: { |
| | | // 网站主标题(菜单导航、浏览器当前网页标题) |