wangting
2024-03-14 dc056a2a0e4fb7e3c3115bd2f8a97dbe204c8909
Source/ProjectWeb/src/router/page/index.js
@@ -78,6 +78,18 @@
    redirect: '/404'
  },
  {
    path: '/UIContentViewer',
    name: 'UI上下文',
    component: Layout,
    children: [
      {
        path: '',
        component: () => import("@/views/base/UIContentVIewer"),
        props: true
      }
    ]
  },
  {
    path: '/dynamic-table',
    name: '动态表格页面',
    component: Layout,