refactor: ♻️ 去除CURD静态路由
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user