浏览代码

全局表单

CaoGQ123 1 天之前
父节点
当前提交
f29c78f0ad
共有 1 个文件被更改,包括 51 次插入0 次删除
  1. 51 0
      src/router/index.js

+ 51 - 0
src/router/index.js

@@ -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',
     path: '/tabbar',
     component: Layout,
     component: Layout,