From a2bcbdc6a9fd5711ee8fa93f9c941571e48dc81a Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Tue, 19 Apr 2022 11:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BA=BA=E7=AE=A1=E5=A4=8420220302-?= =?UTF-8?q?=E5=85=B3=E4=BA=8E=E8=B4=B5=E5=B7=9E=E5=88=86=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=EF=BC=88=E7=AD=B9=EF=BC=89=E7=94=B5=E5=AD=90=E5=85=A5=E5=8F=B8?= =?UTF-8?q?=E7=AD=BE=E8=AE=A2=E6=9D=90=E6=96=99=E7=9A=84=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E3=80=91=E6=96=B0=E5=8A=A0=E4=B8=AA=E9=94=80=E5=94=AE=E4=BB=8E?= =?UTF-8?q?=E4=B8=9A=E4=BA=BA=E5=91=98=E6=8B=92=E7=BB=9D=E9=9D=9E=E6=B3=95?= =?UTF-8?q?=E9=9B=86=E8=B5=84=E6=A8=A1=E6=9D=BF=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?type=E5=80=BC=EF=BC=8C=20keyword=EF=BC=8C=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/agentEenter.js | 10 ++++++++++ .../ebiz/agentEenter/GuizhouSalesPractitioners.vue | 0 src/views/ebiz/agentEenter/js/methods.js | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 src/views/ebiz/agentEenter/GuizhouSalesPractitioners.vue diff --git a/src/router/ebiz/agentEenter.js b/src/router/ebiz/agentEenter.js index 3ad715e19..c27c1e81f 100644 --- a/src/router/ebiz/agentEenter.js +++ b/src/router/ebiz/agentEenter.js @@ -5,6 +5,7 @@ const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice') const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment') const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment') const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment') +const GuizhouSalesPractitioners = () => import('@/views/ebiz/agentEenter/GuizhouSalesPractitioners') const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee') // const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation') const paction = () => import('@/views/ebiz/agentEenter/Paction') @@ -163,6 +164,15 @@ export default [ index: 1 } }, + { + path: '/agentEenter/GuizhouSalesPractitioners', + name: 'GuizhouSalesPractitioners', + component: GuizhouSalesPractitioners, + meta: { + title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书', + index: 1 + } + }, // { // path: '/agentEenter/InformationInspectionAuthorization', // name: 'InformationInspectionAuthorization', diff --git a/src/views/ebiz/agentEenter/GuizhouSalesPractitioners.vue b/src/views/ebiz/agentEenter/GuizhouSalesPractitioners.vue new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/ebiz/agentEenter/js/methods.js b/src/views/ebiz/agentEenter/js/methods.js index 7ed1f6d33..1619d0e12 100644 --- a/src/views/ebiz/agentEenter/js/methods.js +++ b/src/views/ebiz/agentEenter/js/methods.js @@ -1048,6 +1048,10 @@ export function filtSignList(that, signList) { //23 桂冠会员爱心专项基金捐赠志愿书 case '23': item.path = 'Donationagreement' + break + //24 销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书 + case '24': + item.path = 'GuizhouSalesPractitioners' break } }