feat: 超级管理员订阅计划页面

This commit is contained in:
2025-12-12 17:34:11 +08:00
parent 0ac6d6e93f
commit c9b65b6090
5 changed files with 688 additions and 0 deletions

View File

@@ -290,6 +290,13 @@ const routes: Array<RouteRecordRaw> = [
component: () =>
import("@/component/Administrator/organization/organization.vue"),
},
{
path: "subscriptionPlan",
name: "subscriptionPlan",
meta: { enter: 3 },
component: () =>
import("@/component/Administrator/subscriptionPlan.vue"),
},
//企业版教育管理员页面
{
path: "allUserSE",