还原绑定

This commit is contained in:
李志鹏
2026-05-12 11:01:53 +08:00
parent 3edff6b05c
commit e4dc2bf729

View File

@@ -235,6 +235,11 @@ const routes: Array<RouteRecordRaw> = [
meta: { enter: "all" },
component: () => import("@/views/SellerDashboard/index.vue"),
children: [
{
path: "",
meta: { enter: "all" },
redirect: "/home/seller/brandProfile"
},
{
path: "brandProfile",
name: "brandProfile",