From db0d2d3773e5db35fd314408c1f8a3ea2639c8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 14 Jul 2026 03:09:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop-dashboard):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E6=A8=AA=E5=B9=85=E6=98=BE=E7=A4=BA=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 userStore 替换站点名显示,改为展示租户名称 - 引入并使用 userStore 提供用户相关数据 - 提升欢迎横幅的个性化和准确性 --- src/views/shop/dashboard/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/shop/dashboard/index.vue b/src/views/shop/dashboard/index.vue index fdccf27..c4e0e40 100644 --- a/src/views/shop/dashboard/index.vue +++ b/src/views/shop/dashboard/index.vue @@ -3,7 +3,7 @@