还原绑定
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user