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",