diff --git a/src/router/index.ts b/src/router/index.ts index 671765dd..b67fdf5f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -54,23 +54,6 @@ export const constantRoutes: RouteRecordRaw[] = [ ], }, - { - path: "/curd", - component: Layout, - meta: { - alwaysShow: false, - }, - children: [ - { - path: "index", - component: () => import("@/views/demo/curd/index.vue"), - meta: { - title: "增删改查", - }, - }, - ], - }, - // 外部链接 // { // path: "/external-link", diff --git a/src/views/demo/curd/index.vue b/src/views/demo/curd/index.vue index d4998e9a..4130aa0d 100644 --- a/src/views/demo/curd/index.vue +++ b/src/views/demo/curd/index.vue @@ -1,5 +1,14 @@