feat: 超级管理员订阅计划页面
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user