From ddba85d98f17837a163482ec8044767f3f253658 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Thu, 18 Dec 2025 09:51:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83API=E5=9C=B0=E5=9D=80=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=85=AC=E5=8F=B8=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将开发环境API地址切换为https://cankao.cs.com.cn/admin 优化富文本编辑页面中公司名称的显示样式,支持多公司名称换行展示 --- .env.development | 4 ++-- src/views/pages/richedit/index.vue | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 9b3c2c7..be10c37 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ 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 diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue index 55ad559..2875e0c 100644 --- a/src/views/pages/richedit/index.vue +++ b/src/views/pages/richedit/index.vue @@ -364,9 +364,12 @@ -