0529
This commit is contained in:
@@ -83,6 +83,7 @@ const router = createRouter({
|
||||
{ path: "/invoice-profiles", component: InvoiceProfilePage, meta: { title: "发票管理" } },
|
||||
{ path: "/export-tasks", component: ExportTaskPage, meta: { title: "导出任务中心" } },
|
||||
{ path: "/notification-policies", component: NotificationPolicyPage, meta: { title: "通知策略中心" } },
|
||||
{ path: "/notify-gateways", component: PlatformNotifyGatewayPage, meta: { title: "通知网关配置" } },
|
||||
{ path: "/notification-text-templates", component: NotificationTextTemplatePage, meta: { title: "通知文案模板" } },
|
||||
{ path: "/in-app-notifications", component: InAppNotificationPage, meta: { title: "站内通知中心" } },
|
||||
{ path: "/observability", component: ObservabilityPage, meta: { title: "可观测性与告警" } },
|
||||
@@ -94,7 +95,6 @@ const router = createRouter({
|
||||
{ path: "/platform/roles", component: PlatformRolePage, meta: { title: "平台角色管理" } },
|
||||
{ path: "/platform/dictionaries", component: PlatformDictionaryPage, meta: { title: "平台字典管理" } },
|
||||
{ path: "/platform/auth-sessions", component: PlatformSessionPage, meta: { title: "平台会话管理" } },
|
||||
{ path: "/platform/notify-gateways", component: PlatformNotifyGatewayPage, meta: { title: "通知网关配置" } },
|
||||
{ path: "/platform/permissions", redirect: { path: "/platform/menus", query: { tab: "permissions" } } },
|
||||
{ path: "/platform/experts", component: ExpertPage, meta: { title: "平台专家管理" } },
|
||||
{ path: "/:pathMatch(.*)*", component: NotFoundPage, meta: { title: "页面未找到" } },
|
||||
|
||||
Reference in New Issue
Block a user