From 49fd3c996d2797e1ea227e5e5f8942a17025bee1 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Fri, 5 Dec 2025 10:26:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=92=8C=E6=9F=A5=E8=AF=A2=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将开发环境API地址切换至测试服务器 简化richedit页面查询范围逻辑,固定为'all' --- .env.development | 8 ++++---- src/views/pages/richedit/all.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index cd71747..9b3c2c7 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,11 @@ ENV = development # 本地环境接口地址 # VITE_API_URL = http://4155gf93ll13.vicp.fun/admin # VITE_API_URL = http://localhost:13579/admin -VITE_API_URL = https://cankao.cs.com.cn/admin -# VITE_API_URL = http://123.60.153.169:8040/admin +# VITE_API_URL = https://cankao.cs.com.cn/admin +VITE_API_URL = http://123.60.153.169:8040/admin # VITE_API_URL = /api #H5的域名,目前是给列表里的复制用 -VITE_API_URL_H5 = https://cankao.cs.com.cn -# VITE_API_URL_H5 = http://123.60.153.169:8040 +# VITE_API_URL_H5 = https://cankao.cs.com.cn +VITE_API_URL_H5 = http://123.60.153.169:8040 diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue index 1b1b9c8..bd9f636 100644 --- a/src/views/pages/richedit/all.vue +++ b/src/views/pages/richedit/all.vue @@ -593,7 +593,7 @@ function initPageData() { size: tableData.size, dateline_from: _sdate || undefined, dateline_to: _edate || undefined, - range: Session.get('userInfoLocal').userType == '01' ? 'review' : Session.get('userInfoLocal').userType == '02' ? 'secondReview' : 'all', + range: 'all', includeRuleIds: includeRuleIds.value, excludeRuleIds: excludeRuleIds.value, };