| | |
| | | }, |
| | | { |
| | | path: '/UIContentViewer', |
| | | name: '动态表格页面', |
| | | name: 'UI上下文展示', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '', // 空路径表示访问 '/dynamic-form' 时加载 Layout 组件 |
| | | path: '', // 空路径表示访问 '/UIContentViewer' 时加载 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 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/UIDefineShow/:uiDefineOid', |
| | | name: 'UI定义详情', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '', // 空路径表示访问 '/referIndex' 时加载 Layout 组件 |
| | | component: () => import('@/views/modelingMenu/ui/uiDefine/plShow'), |
| | | props: true |
| | | } |
| | | ], |
| | | meta:{ |
| | | keepAlive: true, |
| | | isTab: true, |
| | | isAuth: true |
| | | } |
| | | } |
| | | ] |