diff --git a/src/api/member.js b/src/api/member.js index 492f491..5fa7d06 100644 --- a/src/api/member.js +++ b/src/api/member.js @@ -155,15 +155,6 @@ export function getattestation(params) { }) } -// 营业执照 是否上传 -export function getYesnouploadsList(params) { - return request({ - url: '/system/pub/enums/get-yes-no-uploads', - method: 'get', - params - }) -} - // 订单状态 export function getorderStatus(params) { return request({ diff --git a/src/router/index.js b/src/router/index.js index fabfb4b..2d2f8f1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1198,12 +1198,12 @@ export const constantRoutes = [ meta: { title: '后台公告' }, hidden: true }, - { - path: 'feedback', - name: 'Feedback', - component: () => import('@/views/announcement/feedback/index'), - meta: { title: '意见反馈' } - }, + // { + // path: 'feedback', + // name: 'Feedback', + // component: () => import('@/views/announcement/feedback/index'), + // meta: { title: '意见反馈' } + // }, { path: 'noticeList/details', name: 'NoticeDetails', @@ -1219,13 +1219,13 @@ export const constantRoutes = [ hidden: true }, - { - path: 'feedback/detail', - name: 'feedbackDetail', - component: () => import('@/views/announcement/feedback/detail'), - meta: { title: '意见反馈' }, - hidden: true - }, + // { + // path: 'feedback/detail', + // name: 'feedbackDetail', + // component: () => import('@/views/announcement/feedback/detail'), + // meta: { title: '意见反馈' }, + // hidden: true + // }, // { // path: 'releaseAnnouncement', // name: 'ReleaseAnnouncement', diff --git a/src/views/announcement/feedback/detail.vue b/src/views/announcement/feedback/detail.vue deleted file mode 100644 index 9e431fc..0000000 --- a/src/views/announcement/feedback/detail.vue +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/announcement/feedback/index.vue b/src/views/announcement/feedback/index.vue deleted file mode 100644 index a52f49f..0000000 --- a/src/views/announcement/feedback/index.vue +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ '搜索' }} - {{ '重置' }} - - - - - - - - {{ '导出' }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ '反馈' }} - - - {{ '查看' }} - - - - - - - - - - - - - diff --git a/src/views/information/bonusConfig/index.vue b/src/views/information/bonusConfig/index.vue index f0437c6..4105ea7 100644 --- a/src/views/information/bonusConfig/index.vue +++ b/src/views/information/bonusConfig/index.vue @@ -201,7 +201,6 @@ import { getaccountStatus, getsalletStatus, getattestation, - getYesnouploadsList, getorderStatus, getAgentGrade } from '@/api/member' @@ -478,12 +477,6 @@ export default { this.orderStatusList = res.data }) }, - // 营业执照-是否上传 - getYesnouploadsList() { - getYesnouploadsList().then((res) => { - this.yesnouploadsList = res.data - }) - }, // 认证下拉选 getattestation() { getattestation().then((res) => { diff --git a/src/views/information/member/index.vue b/src/views/information/member/index.vue index 8f76879..3b47593 100644 --- a/src/views/information/member/index.vue +++ b/src/views/information/member/index.vue @@ -826,7 +826,6 @@ import { getaccountStatus, getsalletStatus, getattestation, - getYesnouploadsList, getorderStatus, passwordFree, @@ -1062,7 +1061,6 @@ export default { this.getaccountStatus() this.getsalletStatus() this.getattestation() - this.getYesnouploadsList() this.getorderStatus() this.incomeStatusList() this.serviceStatus() @@ -1186,12 +1184,6 @@ export default { this.orderStatusList = res.data }) }, - // 营业执照-是否上传 - getYesnouploadsList() { - getYesnouploadsList().then((res) => { - this.yesnouploadsList = res.data - }) - }, // 认证下拉选 getattestation() { getattestation().then((res) => { diff --git a/src/views/information/policyMoney/index.vue b/src/views/information/policyMoney/index.vue index 90c43e1..0e0cfca 100644 --- a/src/views/information/policyMoney/index.vue +++ b/src/views/information/policyMoney/index.vue @@ -489,7 +489,6 @@ export default { // this.getaccountStatus(); // this.getsalletStatus(); // this.getattestation(); - // this.getYesnouploadsList(); // this.getorderStatus(); // this.getAgentGrade(); // this.getDealerYesno(); @@ -531,10 +530,7 @@ export default { // getorderStatus().then((res) => { // this.orderStatusList = res.data; // }); - // 营业执照-是否上传 - // getYesnouploadsList().then((res) => { - // this.yesnouploadsList = res.data; - // }); + // 认证下拉选 // getattestation().then((res) => { // this.tattestation = res.data; diff --git a/src/views/information/realInfo/index.vue b/src/views/information/realInfo/index.vue index 3a5961f..a1fc0aa 100644 --- a/src/views/information/realInfo/index.vue +++ b/src/views/information/realInfo/index.vue @@ -453,7 +453,6 @@ import { getaccountStatus, getsalletStatus, getattestation, - getYesnouploadsList, getorderStatus, getAgentGrade, memberRealInfo @@ -669,7 +668,6 @@ export default { // this.getaccountStatus(); // this.getsalletStatus(); // this.getattestation(); - // this.getYesnouploadsList(); // this.getorderStatus(); // this.getAgentGrade(); // this.getDealerYesno(); @@ -780,12 +778,7 @@ export default { this.orderStatusList = res.data }) }, - // 营业执照-是否上传 - getYesnouploadsList() { - getYesnouploadsList().then((res) => { - this.yesnouploadsList = res.data - }) - }, + // 认证下拉选 getattestation() { getattestation().then((res) => {