feat: 增加CURD配置化实现

This commit is contained in:
cshaptx4869
2024-04-26 16:39:07 +08:00
parent c48110b699
commit a08d84166b
9 changed files with 1105 additions and 0 deletions

View File

@@ -54,6 +54,23 @@ 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",