From d8136d2b9065977e2607453e8fbf2e0f6b7c0158 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 29 八月 2025 16:59:13 +0800 Subject: [PATCH] 更新监测页面,添加分页功能以提升用户体验;修改视频列表接口调用逻辑,优化数据处理;更新样式以增强可视化效果。 --- utils/projectConfig.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/projectConfig.js b/utils/projectConfig.js index d2aa764..c258661 100644 --- a/utils/projectConfig.js +++ b/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鍜宑lientId - needLogin: false, // 涓嶉渶瑕佺櫥褰� + operatorId: '', // 缁熶竴ID鐢ㄤ簬operator鍜宑lientId + needLogin: true, // 涓嶉渶瑕佺櫥褰� loginType: 'code', // 楠岃瘉鐮佺櫥褰� monitor:true,//鏄惁鍙互杩涘叆缁煎悎绔欑洃娴� serverId: '121', @@ -52,7 +52,7 @@ operatorId: '', // 缁熶竴ID鐢ㄤ簬operator鍜宑lientId 2025041710412400006 needLogin: true, // 闇�瑕佺櫥褰� loginType: 'code', // 璐﹀彿瀵嗙爜鐧诲綍 - monitor:false,//鏄惁鍙互杩涘叆缁煎悎绔欑洃娴� + monitor:true,//鏄惁鍙互杩涘叆缁煎悎绔欑洃娴� serverId: '121', get serverUrl() { return SERVER_INFO.URL_121; -- Gitblit v1.8.0