ludc
2025-01-15 c659560c7ee8d8f8278b938421de13bf65d1e1b1
Source/plt-web/plt-web-ui/src/router/page/index.js
@@ -58,7 +58,7 @@
  {
    path: '/',
    name: '主页',
    redirect: '/wel'
    redirect: '/wel/index'
  },
  {
    path: '/myiframe',
@@ -78,39 +78,15 @@
    redirect: '/404'
  },
  {
    path: '/dynamic-form',
    name: '动态表格页面',
    component: Layout,
    children: [
      {
        path: '', // 空路径表示访问 '/dynamic-form' 时加载 Layout 组件
        component: () => import('@/components/dynamic-components/dynamic-form'),
        props: true
      }
    ]
  },
  {
    path: '/UIContentViewer',
    name: '动态表格页面',
    component: Layout,
    children: [
      {
        path: '', // 空路径表示访问 '/dynamic-form' 时加载 Layout 组件
        component: () => import('@/views/base/UIContentViewer'),
        props: true
      }
    ]
  },
  {
    path: '/referIndex',
    name: '动态表格页面',
    name: '参照示例',
    component: Layout,
    children: [
      {
        path: '', // 空路径表示访问 '/dynamic-form' 时加载 Layout 组件
        path: '', // 空路径表示访问 '/referIndex' 时加载 Layout 组件
        component: () => import('@/views/test/referDemo/index'),
        props: true
      }
    ]
  },
  }
]