|
@@ -1042,6 +1042,57 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/globalForm',
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '',
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/tabbar/globalForm.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '全局表单',
|
|
|
+ hidden: true,
|
|
|
+ breadcrumb: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/globalFormDetail',
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '',
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/tabbar/globalFormDetail.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '全局表单-查看内容',
|
|
|
+ hidden: true,
|
|
|
+ breadcrumb: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/globalFormFont',
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '',
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/tabbar/globalFormFont.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '全局表单-自定义字段',
|
|
|
+ hidden: true,
|
|
|
+ breadcrumb: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
path: '/tabbar',
|
|
|
component: Layout,
|