From e4dc2bf729a2ef0e9c898ab3d49f91e3264ec359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 12 May 2026 11:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/router/index.ts b/src/router/index.ts index 309a96a7..02740999 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -235,6 +235,11 @@ const routes: Array = [ meta: { enter: "all" }, component: () => import("@/views/SellerDashboard/index.vue"), children: [ + { + path: "", + meta: { enter: "all" }, + redirect: "/home/seller/brandProfile" + }, { path: "brandProfile", name: "brandProfile",