管灌系统农户端微信小程序(嘉峪关应用)
utils/projectConfig.js
@@ -3,7 +3,7 @@
const SERVER_INFO = {
  URL_233: 'https://wanzheng.dayuyanjiuyuan.top/',
  URL_55: 'https://irrigate.dayuyanjiuyuan.top/',
  URL_166: 'https://wanzheng.dayuyanjiuyuan.top/frp/',
  URL_166: 'https://wanzheng.dayuyanjiuyuan.top/frp/',//测试环境
  URL_121: 'https://shifanqu1.dayuyanjiuyuan.top/',
  // URL_121: 'https://wanzheng.dayuyanjiuyuan.top/frp/',
  URL_87: 'http://192.168.10.87:54321/'
@@ -25,8 +25,8 @@
  MQ: {
    tag: 'mq',
    displayName: '民勤项目',
    operatorId: '2025033115305200006', // 统一ID用于operator和clientId
    needLogin: false, // 不需要登录
    operatorId: '', // 统一ID用于operator和clientId
    needLogin: true, // 不需要登录
    loginType: 'code', // 验证码登录
    monitor:true,//是否可以进入综合站监测
    serverId: '121',
@@ -52,7 +52,7 @@
    operatorId: '', // 统一ID用于operator和clientId 2025041710412400006
    needLogin: true, // 需要登录
    loginType: 'code', // 账号密码登录
    monitor:false,//是否可以进入综合站监测
    monitor:true,//是否可以进入综合站监测
    serverId: '121',
    get serverUrl() {
      return SERVER_INFO.URL_121;