From 8f23f0c315bc98602d6d7bf184b00af6f994c02a Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Thu, 11 Sep 2025 19:35:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80URL?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将基础URL切换为生产环境 - 在分享功能中启用调试模式并显示appId - 为评论组件添加新的分享功能 - 优化页面布局和代码格式 --- src/components/comment/indexMini.vue | 30 +++++++--- src/config/index.ts | 4 +- src/pages/detail/indexNewsInfo.vue | 83 +++++++++++++--------------- src/stores/shareStore.ts | 17 +++--- 4 files changed, 72 insertions(+), 62 deletions(-) diff --git a/src/components/comment/indexMini.vue b/src/components/comment/indexMini.vue index 6111a27..ec563e8 100644 --- a/src/components/comment/indexMini.vue +++ b/src/components/comment/indexMini.vue @@ -1,22 +1,29 @@