diff --git a/src/router/authentication-router.js b/src/router/authentication-router.js index 25ed3f4c..88bf6db1 100644 --- a/src/router/authentication-router.js +++ b/src/router/authentication-router.js @@ -39,5 +39,13 @@ const authenticationRouter = [ title: '银行卡信息认证', } }, + { + path: '/personList', + name: 'personList', + component: () => import('@/views/mine/personList.vue'), + meta:{ + title: '人员信息', + } + }, ] export default authenticationRouter diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue new file mode 100644 index 00000000..cee38c05 --- /dev/null +++ b/src/views/mine/personList.vue @@ -0,0 +1,306 @@ + + + + +