From 6f4574eaca62d96da12732902266a8d74c41b429 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Wed, 15 Oct 2025 11:28:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD):?= =?UTF-8?q?=20=E9=87=8D=E6=9E=84=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E9=80=BB=E8=BE=91=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=9B=BE=E7=89=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将分享功能调用从App.vue移至登录和store初始化逻辑中 更新微信分享图片配置为使用登录logo --- App.vue | 6 ------ stores/index.js | 11 +++++++++++ subPages/login/login.vue | 9 +++++++++ utils/share.js | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/App.vue b/App.vue index a569a50..4d95363 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,4 @@