feat(kol-web): add /kol/profile page with nav entry
This commit is contained in:
@@ -116,6 +116,7 @@ const navSections = computed(() => {
|
||||
items: [
|
||||
{ key: "/kol/manage", label: t("nav.kolManage") },
|
||||
{ key: "/kol/dashboard", label: t("nav.kolDashboard") },
|
||||
{ key: "/kol/profile", label: t("nav.kolProfile") },
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user