From dbc19385eaf8a51c52ea06f7af0d42c8b4cbbcad Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Mon, 1 Dec 2025 14:18:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(richedit):=20=E6=A0=B9=E6=8D=AE=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E6=8E=A7=E5=88=B6=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 hadExpand 状态控制表格折叠功能,仅对 userType 为 '01' 的用户禁用折叠 更新环境配置,切换 API 地址到测试环境 --- .env.production | 8 +++---- src/components/tableComponents/index.vue | 10 ++++---- src/views/pages/richedit/all.vue | 8 +++++++ src/views/pages/richedit/index.vue | 30 ++++++++++-------------- 4 files changed, 31 insertions(+), 25 deletions(-) diff --git a/.env.production b/.env.production index 4fb8e9d..45f54ad 100644 --- a/.env.production +++ b/.env.production @@ -2,9 +2,9 @@ ENV = production # 线上环境接口地址 -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 #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/components/tableComponents/index.vue b/src/components/tableComponents/index.vue index f6bf59f..a794103 100644 --- a/src/components/tableComponents/index.vue +++ b/src/components/tableComponents/index.vue @@ -1,8 +1,5 @@