wujingjing
2025-03-12 3b86eca19001658c91213b05f4b03414f791f414
customer_list/ch/static/config/globalConfig.test.js
@@ -1,5 +1,3 @@
const origin = window.location.origin;
const pathname = window.location.pathname;
window.globalConfig = {
   // 项目名称
   Name: 'WI水务智能',
@@ -10,10 +8,19 @@
   WebApiUrl: {
      MainUrl: 'https://widev.cpolar.top/ai_dev/',
      // MainUrl: 'http://192.168.1.58: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`,
      PhoneUrl:'https://wi.beng35.com/mobile/prod'
      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: {
      // 网站主标题(菜单导航、浏览器当前网页标题)