diff --git a/src/permission.js b/src/permission.js index d04ec99..16829d0 100644 --- a/src/permission.js +++ b/src/permission.js @@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request' NProgress.configure({ showSpinner: false }) -const whiteList = ['/login', '/register'] +const whiteList = ['/login', '/register','/appIndex'] router.beforeEach((to, from, next) => { NProgress.start() diff --git a/src/router/index.js b/src/router/index.js index e5663b3..49f3cfe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -61,6 +61,11 @@ export const constantRoutes = [ component: () => import('@/views/error/401'), hidden: true }, + {//证件信息-证件操作记录 + path: '/appIndex', + component: () => import('@/views/appIndex'), + hidden: true + }, { path: '', component: Layout, diff --git a/src/views/appIndex.vue b/src/views/appIndex.vue new file mode 100644 index 0000000..23557f3 --- /dev/null +++ b/src/views/appIndex.vue @@ -0,0 +1,156 @@ + + + + + +