wujingjing
2025-02-14 1da2ef672666308138e7a9fd36ad0a7ea9c3eeb7
customer_list/ch/static/config/globalConfig.test.js
@@ -9,9 +9,16 @@
   WebApiUrl: {
      MainUrl: 'https://widev.cpolar.top/ai_dev/',
      AuthUrl: 'http://47.100.245.85:8190/',
      SSEUrl: 'https://widev.cpolar.top/ai_dev/chat/connect_broadcast_chat',
      // 分享链接
      ShareUrl:'http://101.133.133.173:8084/sharedev',
      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: {
      // 网站主标题(菜单导航、浏览器当前网页标题)
@@ -41,4 +48,5 @@
      // 登录信息
      Message: '',
   },
   Mode: 'test',
};