diff --git a/src/permission.js b/src/permission.js index bf6a9e31..efbbcd81 100644 --- a/src/permission.js +++ b/src/permission.js @@ -73,44 +73,6 @@ const whiteList = [ '/yinnongLogin', '/lawEnforcement/userRegister', '/lawEnforcement/companyRegister', - '/sunVillage/login', - //阳光村务公众号 -- 待删 - '/sunVillage/index', - '/sunVillage/latestReport', //最新报道列表 - '/sunVillage/latestReport/details', //最新报道详情 - '/sunVillage/importantItems', //重大事项-列表 - '/sunVillage/importantItems/details', //重大事项-详情 - '/sunVillage/public', //三务公开 - '/sunVillage/public/details', //三务公开-详情 - '/sunVillage/financial', //惠民金融 - '/sunVillage/financial/details', //惠民金融-详情 - '/sunVillage/financial/products', //惠民金融 - 理财产品 - '/sunVillage/financial/loan', //惠民金融 - 理财产品 - '/sunVillage/injoint', //三资公开-财务公开 - '/sunVillage/injoint/details',//三资公开-财务公开-详情 - '/sunVillage/injoint/meansOf', //三资公开-清产核资 - '/sunVillage/injoint/meansOf_desc', //三资公开-清产核资-详情页 - '/sunVillage/injoint/assetsPublic', //三资公开-资产公开 - '/sunVillage/injoint/assetsPublic_desc', //三资公开-资产公开-详情 - '/sunVillage/injoint/publicResources', //三资公开-资源公开 - '/sunVillage/injoint/publicResources_desc', //三资公开-资源公开-详情 - '/sunVillage/consulting', //民生直通车 - '/sunVillage/consulting/inquiries', //民生直通车-咨询 - "/sunVillage/consulting/my_consulting", //民生直通车-我的咨询详情 - '/sunVillage/consulting/kanban', //民生直通车-民生看板 - '/sunVillage/consulting/kanban/focusList', //民生直通车-民生看板 -关注民生list - '/sunVillage/consulting/kanban/focusDesc', //民生直通车-民生看板 -关注民生详情 - '/sunVillage/consulting/kanban/affairsList', //民生直通车-民生看板 - 民生办事list - '/sunVillage/equity', //股权查询-股民信息 - '/sunVillage/equity_desc', // 股权查询-股民信息-详情 - '/sunVillage/shareBonus', //股权查询-股权分红 - '/sunVillage/shareBonus_num', //股权查询-股权分红-股数详情页 - '/sunVillage/shareBonus_amount', //股权查询-股权分红-分红详情页 - '/sunVillage/user/index', //个人中心 - '/sunVillage/user/mobile', //个人中心-修改手机号 - '/sunVillage/user/information', //个人中心-修改用户信息 - '/sunVillage/user/cooperative', //个人中心-修改所属合作社 - //阳光村务公众号 -- 待删 //宅基地 '/zjdLogin', diff --git a/src/router/index.js b/src/router/index.js index 9abf0c0f..ee1af1f2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3011,330 +3011,6 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/onlineHome/homestead/homeApplication/proposerLite'], resolve) }, - { - path: '/sunVillage/login', - name: 'sunVillageLogin', - meta: { - title: '登录', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/login'], resolve) - }, - { - path: '/sunVillage/index', - name: 'sunVillage', - meta: { - title: '阳光村务', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/index'], resolve) - }, - { - path: '/sunVillage/latestReport', - name: 'latestReport', - meta: { - title: '最新报道', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/latestReport/index'], resolve) - }, - { - path: '/sunVillage/latestReport/details', - name: 'latestReportDetails', - meta: { - title: '最新报道', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/latestReport/details'], resolve) - }, - { - path: '/sunVillage/importantItems', - name: 'importantItems', - meta: { - title: '重大事项', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/importantItems/index'], resolve) - }, - { - path: '/sunVillage/importantItems/details', - name: 'importantItemsDetails', - meta: { - title: '重大事项', //重大事项-详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/importantItems/details'], resolve) - }, - { - path: '/sunVillage/public', - name: 'sunVillagePublic', - meta: { - title: '三务公开', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/public/index'], resolve) - }, - { - path: '/sunVillage/public/details', - name: 'sunVillagePublicDetails', - meta: { - title: '三务公开', //三务公开-详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/public/details'], resolve) - }, - { - path: '/sunVillage/financial', - name: 'sunVillageFinancial', - meta: { - title: '惠民金融', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/financial/index'], resolve) - }, - { - path: '/sunVillage/financial/details', - name: 'sunVillageFinancialDetails', - meta: { - title: '惠民金融', //惠民金融-详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/financial/details'], resolve) - }, - { - path: '/sunVillage/financial/products', - name: 'sunVillageFinancialProducts', - meta: { - title: '惠民金融', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/financial/products'], resolve) - }, - { - path: '/sunVillage/financial/loan', - name: 'sunVillageFinancialLoan', - meta: { - title: '惠民金融', - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/financial/loan'], resolve) - }, - { - path: '/sunVillage/injoint', - name: 'sunVillageInjoint', - meta: { - title: '三资公开', //财务公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/index'], resolve) - }, - { - path: '/sunVillage/injoint/details', - name: 'sunVillageInjointDetails', - meta: { - title: '财务公开', //财务公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/details'], resolve) - }, - { - path: '/sunVillage/injoint/meansOf', - name: 'sunVillageInjointMeansOf', - meta: { - title: '三资公开', //清产核资 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/meansOf'], resolve) - }, - { - path: '/sunVillage/injoint/meansOf_desc', - name: 'sunVillageInjointMeansOfDesc', - meta: { - title: '清产核资', //清产核资 --详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/meansOf_desc'], resolve) - }, - { - path: '/sunVillage/injoint/assetsPublic', - name: 'sunVillageAssetsPublic', - meta: { - title: '三资公开', //资产公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/assetsPublic'], resolve) - }, - { - path: '/sunVillage/injoint/assetsPublic_desc', - name: 'sunVillageAssetsPublicDesc', - meta: { - title: '资产公开', //资产公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/assetsPublic_desc'], resolve) - }, - { - path: '/sunVillage/injoint/publicResources', - name: 'sunVillagePublicResources', - meta: { - title: '三资公开', //资源公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/publicResources'], resolve) - }, - { - path: '/sunVillage/injoint/publicResources_desc', - name: 'sunVillagePublicResourcesDesc', - meta: { - title: '资源公开', //资源公开 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/dynamic/injoint/publicResources_desc'], resolve) - }, - { - path: '/sunVillage/consulting', - name: 'sunVillageConsulting', - meta: { - title: '民生直通车', //民生直通车 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/consulting'], resolve) - }, - { - path: '/sunVillage/consulting/inquiries', - name: 'sunVillageInquiries', - meta: { - title: '民生直通车', //民生直通车-咨询 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/inquiries'], resolve) - }, - { - path: '/sunVillage/consulting/my_consulting', - name: 'sunVillageInquiries', - meta: { - title: '民生直通车', //民生直通车-我的咨询 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/my_consulting'], resolve) - }, - { - path: '/sunVillage/consulting/kanban', - name: 'sunVillageKanban', - meta: { - title: '民生直通车', //民生直通车-民生看板 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/kanban/index'], resolve) - }, - { - path: '/sunVillage/consulting/kanban/focusList', - name: 'sunVillageKanbanFocusList', - meta: { - title: '民生直通车', //民生直通车-民生看板-关注民生列表 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/kanban/focusList'], resolve) - }, - { - path: '/sunVillage/consulting/kanban/focusDesc', - name: 'sunVillageKanbanFocusDesc', - meta: { - title: '民生直通车', //民生直通车-民生看板-关注民生详情 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/kanban/focusDesc'], resolve) - }, - { - path: '/sunVillage/consulting/kanban/affairsList', - name: 'sunVillageKanbanAffairsList', - meta: { - title: '民生直通车', //民生直通车-民生看板-民生办事列表 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/throughTrain/kanban/affairsList'], resolve) - }, - { - path: '/sunVillage/equity', - name: 'sunVillageEquity', - meta: { - title: '股权查询', //民生直通车-股民信息 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/equity/info'], resolve) - }, - { - path: '/sunVillage/equity_desc', - name: 'sunVillageEquityDesc', - meta: { - title: '股权查询', //民生直通车-股民信息-详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/equity/info_desc'], resolve) - }, - { - path: '/sunVillage/shareBonus', - name: 'sunVillageShareBonus', - meta: { - title: '股权查询', //民生直通车-股权分红 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/equity/shareBonus'], resolve) - }, - { - path: '/sunVillage/shareBonus_num', - name: 'sunVillageShareBonusNum', - meta: { - title: '股权查询', //民生直通车-股权分红-详股数情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/equity/shareBonus_num'], resolve) - }, - { - path: '/sunVillage/shareBonus_amount', - name: 'sunVillageShareBonusAmount', - meta: { - title: '股权查询', //民生直通车-股权分红-分红详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/equity/shareBonus_amount'], resolve) - }, - { - path: '/sunVillage/user/index', - name: 'sunVillageUserIndex', - meta: { - title: '我的资料', //民生直通车-股权分红-分红详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/user/index'], resolve) - }, - { - path: '/sunVillage/user/mobile', - name: 'sunVillageUserMobile', - meta: { - title: '修改手机号', //民生直通车-股权分红-分红详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/user/mobile'], resolve) - }, - { - path: '/sunVillage/user/information', - name: 'sunVillageUserInformation', - meta: { - title: '修改用户信息', //民生直通车-股权分红-分红详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/user/information'], resolve) - }, - { - path: '/sunVillage/user/cooperative', - name: 'sunVillageUserCooperative', - meta: { - title: '修改所属合作社', //民生直通车-股权分红-分红详情页 - hidden: true, - }, - component: (resolve) => require(['@/views/sunVillage/user/cooperative'], resolve) - }, { path: '/zjdLogin', name: 'zjdLogin', diff --git a/src/views/sunVillage/dynamic/financial/details.vue b/src/views/sunVillage/dynamic/financial/details.vue deleted file mode 100644 index 7ef6a854..00000000 --- a/src/views/sunVillage/dynamic/financial/details.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/financial/index.vue b/src/views/sunVillage/dynamic/financial/index.vue deleted file mode 100644 index d4ba5d12..00000000 --- a/src/views/sunVillage/dynamic/financial/index.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/financial/loan.vue b/src/views/sunVillage/dynamic/financial/loan.vue deleted file mode 100644 index 3ea54f51..00000000 --- a/src/views/sunVillage/dynamic/financial/loan.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/financial/products.vue b/src/views/sunVillage/dynamic/financial/products.vue deleted file mode 100644 index c336814f..00000000 --- a/src/views/sunVillage/dynamic/financial/products.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/importantItems/details.vue b/src/views/sunVillage/dynamic/importantItems/details.vue deleted file mode 100644 index 2a69f863..00000000 --- a/src/views/sunVillage/dynamic/importantItems/details.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/importantItems/index.vue b/src/views/sunVillage/dynamic/importantItems/index.vue deleted file mode 100644 index e7f61c46..00000000 --- a/src/views/sunVillage/dynamic/importantItems/index.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/assetsPublic.vue b/src/views/sunVillage/dynamic/injoint/assetsPublic.vue deleted file mode 100644 index 0e5beaf4..00000000 --- a/src/views/sunVillage/dynamic/injoint/assetsPublic.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/assetsPublic_desc.vue b/src/views/sunVillage/dynamic/injoint/assetsPublic_desc.vue deleted file mode 100644 index cbab5172..00000000 --- a/src/views/sunVillage/dynamic/injoint/assetsPublic_desc.vue +++ /dev/null @@ -1,174 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/sunVillage/dynamic/injoint/details.vue b/src/views/sunVillage/dynamic/injoint/details.vue deleted file mode 100644 index f589fa0a..00000000 --- a/src/views/sunVillage/dynamic/injoint/details.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/index.vue b/src/views/sunVillage/dynamic/injoint/index.vue deleted file mode 100644 index 19354e04..00000000 --- a/src/views/sunVillage/dynamic/injoint/index.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/meansOf.vue b/src/views/sunVillage/dynamic/injoint/meansOf.vue deleted file mode 100644 index 01e92700..00000000 --- a/src/views/sunVillage/dynamic/injoint/meansOf.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/meansOf_desc.vue b/src/views/sunVillage/dynamic/injoint/meansOf_desc.vue deleted file mode 100644 index 1f56dc10..00000000 --- a/src/views/sunVillage/dynamic/injoint/meansOf_desc.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/publicResources.vue b/src/views/sunVillage/dynamic/injoint/publicResources.vue deleted file mode 100644 index 4ace40f0..00000000 --- a/src/views/sunVillage/dynamic/injoint/publicResources.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/injoint/publicResources_desc.vue b/src/views/sunVillage/dynamic/injoint/publicResources_desc.vue deleted file mode 100644 index aa4474d1..00000000 --- a/src/views/sunVillage/dynamic/injoint/publicResources_desc.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/sunVillage/dynamic/latestReport/details.vue b/src/views/sunVillage/dynamic/latestReport/details.vue deleted file mode 100644 index 57e6d1ff..00000000 --- a/src/views/sunVillage/dynamic/latestReport/details.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/latestReport/index.vue b/src/views/sunVillage/dynamic/latestReport/index.vue deleted file mode 100644 index e75258fb..00000000 --- a/src/views/sunVillage/dynamic/latestReport/index.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/public/details.vue b/src/views/sunVillage/dynamic/public/details.vue deleted file mode 100644 index f08c2421..00000000 --- a/src/views/sunVillage/dynamic/public/details.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/dynamic/public/index.vue b/src/views/sunVillage/dynamic/public/index.vue deleted file mode 100644 index e7b6ad1c..00000000 --- a/src/views/sunVillage/dynamic/public/index.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/equity/info.vue b/src/views/sunVillage/equity/info.vue deleted file mode 100644 index c18bf70b..00000000 --- a/src/views/sunVillage/equity/info.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/equity/info_desc.vue b/src/views/sunVillage/equity/info_desc.vue deleted file mode 100644 index 2fdb0c41..00000000 --- a/src/views/sunVillage/equity/info_desc.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - diff --git a/src/views/sunVillage/equity/shareBonus.vue b/src/views/sunVillage/equity/shareBonus.vue deleted file mode 100644 index 547db4ad..00000000 --- a/src/views/sunVillage/equity/shareBonus.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/equity/shareBonus_amount.vue b/src/views/sunVillage/equity/shareBonus_amount.vue deleted file mode 100644 index afaded2f..00000000 --- a/src/views/sunVillage/equity/shareBonus_amount.vue +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - diff --git a/src/views/sunVillage/equity/shareBonus_num.vue b/src/views/sunVillage/equity/shareBonus_num.vue deleted file mode 100644 index 3cd81a00..00000000 --- a/src/views/sunVillage/equity/shareBonus_num.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - diff --git a/src/views/sunVillage/index.vue b/src/views/sunVillage/index.vue deleted file mode 100644 index 3a010573..00000000 --- a/src/views/sunVillage/index.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/login.vue b/src/views/sunVillage/login.vue deleted file mode 100644 index 888829be..00000000 --- a/src/views/sunVillage/login.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/throughTrain/consulting.vue b/src/views/sunVillage/throughTrain/consulting.vue deleted file mode 100644 index 7cfb2d7f..00000000 --- a/src/views/sunVillage/throughTrain/consulting.vue +++ /dev/null @@ -1,94 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/throughTrain/inquiries.vue b/src/views/sunVillage/throughTrain/inquiries.vue deleted file mode 100644 index 230660cf..00000000 --- a/src/views/sunVillage/throughTrain/inquiries.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/throughTrain/kanban/affairsList.vue b/src/views/sunVillage/throughTrain/kanban/affairsList.vue deleted file mode 100644 index 1fdd6aa2..00000000 --- a/src/views/sunVillage/throughTrain/kanban/affairsList.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/sunVillage/throughTrain/kanban/focusDesc.vue b/src/views/sunVillage/throughTrain/kanban/focusDesc.vue deleted file mode 100644 index 55da271a..00000000 --- a/src/views/sunVillage/throughTrain/kanban/focusDesc.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - - - diff --git a/src/views/sunVillage/throughTrain/kanban/focusList.vue b/src/views/sunVillage/throughTrain/kanban/focusList.vue deleted file mode 100644 index 8e73bcc5..00000000 --- a/src/views/sunVillage/throughTrain/kanban/focusList.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/throughTrain/kanban/index.vue b/src/views/sunVillage/throughTrain/kanban/index.vue deleted file mode 100644 index dcec0d3e..00000000 --- a/src/views/sunVillage/throughTrain/kanban/index.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/throughTrain/my_consulting.vue b/src/views/sunVillage/throughTrain/my_consulting.vue deleted file mode 100644 index e476b12f..00000000 --- a/src/views/sunVillage/throughTrain/my_consulting.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/user/cooperative.vue b/src/views/sunVillage/user/cooperative.vue deleted file mode 100644 index c4584811..00000000 --- a/src/views/sunVillage/user/cooperative.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/user/index.vue b/src/views/sunVillage/user/index.vue deleted file mode 100644 index 425ebc50..00000000 --- a/src/views/sunVillage/user/index.vue +++ /dev/null @@ -1,327 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/sunVillage/user/information.vue b/src/views/sunVillage/user/information.vue deleted file mode 100644 index fa263881..00000000 --- a/src/views/sunVillage/user/information.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sunVillage/user/mobile.vue b/src/views/sunVillage/user/mobile.vue deleted file mode 100644 index 72646f4c..00000000 --- a/src/views/sunVillage/user/mobile.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - \ No newline at end of file