Browse Source

全局表单

CaoGQ123 1 day ago
parent
commit
f29c78f0ad
1 changed files with 51 additions and 0 deletions
  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',
     component: Layout,