From e1e5f0499a81e51d05cd9ac905a916ccd111f736 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 8 Oct 2025 20:08:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DH5=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在App.vue中添加H5平台条件编译,确保分享功能仅在H5平台生效 将config/index.js中的默认环境改为dev,并更新本地开发环境的baseURL --- App.vue | 2 ++ config/index.js | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index fa6cc75..97ca28f 100644 --- a/App.vue +++ b/App.vue @@ -1,5 +1,7 @@