diff --git a/.eslintrc.js b/.eslintrc.js index d8f8c1d71..c1fea62d0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,7 @@ module.exports = { rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'prettier/prettier': 'error' + 'prettier/prettier': 'off' }, parserOptions: { parser: 'babel-eslint' diff --git a/src/router/ebiz/agentEenter.js b/src/router/ebiz/agentEenter.js index 6be2043e7..83c3fc8af 100644 --- a/src/router/ebiz/agentEenter.js +++ b/src/router/ebiz/agentEenter.js @@ -28,6 +28,7 @@ const PractisingCertificateInfo = () => import('@/views/ebiz/agentEenter/Practis const recordList = () => import('@/views/ebiz/agentEenter/approve/RecordList') const recordDetail = () => import('@/views/ebiz/agentEenter/approve/RecordDetail') const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd') +const InformationInspectionAuthorization = () => import('@/views/ebiz/agentEenter/InformationInspectionAuthorization') export default [ { @@ -57,6 +58,15 @@ export default [ index: 1 } }, + { + path: '/agentEenter/InformationInspectionAuthorization', + name: 'InformationInspectionAuthorization', + component: InformationInspectionAuthorization, + meta: { + title: '个人信息查询授权书', + index: 1 + } + }, { path: '/agentEenter/LetterOfCommitment', name: 'letterOfCommitment', diff --git a/src/views/ebiz/agentEenter/InformationInspectionAuthorization.vue b/src/views/ebiz/agentEenter/InformationInspectionAuthorization.vue new file mode 100644 index 000000000..4dabf16fc --- /dev/null +++ b/src/views/ebiz/agentEenter/InformationInspectionAuthorization.vue @@ -0,0 +1,263 @@ + + + {{ `提示:阅读时长需在${time}秒以上` }} + + + + + 本人确认已阅读 + 《个人信息查询授权书》 + + + + 本人签字: + {{ + appntSign.signState == '0' ? '签名' : '已签名' + }} + + 下一步 + + + + + + +