diff --git a/src/router/index.js b/src/router/index.js index cc804de..b5c9b4b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -74,6 +74,11 @@ export const constantRoutes = [{ } }, ] }, + { + path: '/full', + component: () => import('@/views/full/indexfull.vue'), + hidden: true + }, { path: '/fill', component: Layout, @@ -88,6 +93,20 @@ export const constantRoutes = [{ } }], }, + // { + // path: '/full', + // component: Layout, + // hidden:true, + // children:[{ + // path: 'index', + // name: '填报清单', + // component: () => import('@/views/full/indexfull.vue'), + // meta: { + // title: '填报清单', + // icon: 'dashboard' + // } + // }], + // }, { path: "/h5", name: "h5", diff --git a/src/views/full/indexfull.vue b/src/views/full/indexfull.vue new file mode 100644 index 0000000..1116b74 --- /dev/null +++ b/src/views/full/indexfull.vue @@ -0,0 +1,333 @@ + + + + +