|
@@ -131,27 +131,12 @@ export const asyncRoutes = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "table",
|
|
path: "table",
|
|
- component: EmptyLayout,
|
|
|
|
- redirect: "noRedirect",
|
|
|
|
|
|
+ component: () => import("@/views/vab/table/index"),
|
|
name: "Table",
|
|
name: "Table",
|
|
meta: {
|
|
meta: {
|
|
title: "表格",
|
|
title: "表格",
|
|
permissions: ["admin"],
|
|
permissions: ["admin"],
|
|
},
|
|
},
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: "comprehensiveTable",
|
|
|
|
- name: "ComprehensiveTable",
|
|
|
|
- component: () => import("@/views/vab/table/index"),
|
|
|
|
- meta: { title: "综合表格" },
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: "inlineEditTable",
|
|
|
|
- name: "InlineEditTable",
|
|
|
|
- component: () => import("@/views/vab/table/inlineEditTable"),
|
|
|
|
- meta: { title: "行内编辑" },
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "map",
|
|
path: "map",
|
|
@@ -288,12 +273,6 @@ export const asyncRoutes = [
|
|
meta: { title: "图像拖拽比对", permissions: ["admin"] },
|
|
meta: { title: "图像拖拽比对", permissions: ["admin"] },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: "markdown",
|
|
|
|
- name: "Markdown",
|
|
|
|
- component: () => import("@/views/vab/markdown/index"),
|
|
|
|
- meta: { title: "markdown阅读器", permissions: ["admin"] },
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
path: "smallComponents",
|
|
path: "smallComponents",
|
|
name: "SmallComponents",
|
|
name: "SmallComponents",
|
|
component: () => import("@/views/vab/smallComponents/index"),
|
|
component: () => import("@/views/vab/smallComponents/index"),
|