From df0b47d7668b0fa57f407a8c694ac5681a7755bd Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Mon, 15 Sep 2025 13:31:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(articleList):=20=E4=BF=AE=E5=A4=8D=E6=9C=AA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=E4=B8=8B=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将未登录状态下的标题显示从text标签改为div并使用v-html渲染完整标题 - 修改登录状态获取方式,使用Session存储替代uni.getStorageSync --- .env.development | 2 +- src/components/articleList/index2.vue | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index e1b8ebd..e860144 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = development # VITE_API_URL = http://123.60.153.169:8040/apih5 # VITE_API_URL = https://4155gf93ll13.vicp.fun/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 -# VITE_API_URL =http://ukfba3.natappfree.cc/apih5 +# VITE_API_URL =http://localhost:8040/apih5 VITE_API_URL = https://cankao.cs.com.cn/apih5 VITE_API_DATAV_URL = https://cankao.cs.com.cn/zzck_datav \ No newline at end of file diff --git a/src/components/articleList/index2.vue b/src/components/articleList/index2.vue index ad042da..2b9b334 100644 --- a/src/components/articleList/index2.vue +++ b/src/components/articleList/index2.vue @@ -9,11 +9,12 @@ - {{ item.title.slice(0, 3) }} +
+ +
@@ -54,9 +55,11 @@