From 4475c409c72941759f8e9d2c11e6996c5f4f89b2 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Thu, 9 Oct 2025 20:47:29 +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=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新.env.development中的API地址配置,将默认地址切换为测试服务器地址。同时调整富文本编辑移动端页面的显示布局,移除编辑评分和提交者信息,将报道时间显示位置移至主要内容区域 --- .env.development | 8 ++++---- src/views/pages/richedit/indexMobile.vue | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index 8aee7a1..c92ea84 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,11 @@ ENV = development # 本地环境接口地址 # VITE_API_URL = https://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/indexMobile.vue b/src/views/pages/richedit/indexMobile.vue index 540fc37..b60504a 100644 --- a/src/views/pages/richedit/indexMobile.vue +++ b/src/views/pages/richedit/indexMobile.vue @@ -51,7 +51,11 @@