diff --git a/src/api/YB_APP/index.js b/src/api/YB_APP/index.js index be59011d9..cf3df4dfe 100644 --- a/src/api/YB_APP/index.js +++ b/src/api/YB_APP/index.js @@ -16,3 +16,20 @@ export function mineConfigYB(data) { data }) } + +export function getPremRankList(data) { + return request({ + url: getUrl('/sale/premRank/getPremRankList ', 1,3), + method: 'post', + data + }) +} + +export function timelyContYB(data) { + return request({ + url: getUrl('/sale/timelyCont/timelyContYB ', 1,3), + method: 'get', + data + }) +} + diff --git a/src/assets/YB_APP/images/7.png b/src/assets/YB_APP/images/7.png new file mode 100644 index 000000000..9c79aed06 Binary files /dev/null and b/src/assets/YB_APP/images/7.png differ diff --git a/src/router/YB_APP/index.js b/src/router/YB_APP/index.js index e3ffafed1..7ff8241c4 100644 --- a/src/router/YB_APP/index.js +++ b/src/router/YB_APP/index.js @@ -2,6 +2,9 @@ const YB_APP_home = () => import('@/views/YB_APP/home') const YB_APP_service = () => import('@/views/YB_APP/service') const YB_APP_mine = () => import('@/views/YB_APP/mine') +const YB_APP_performanceQuery = () => import('@/views/YB_APP/performanceQuery') +const YB_APP_policyList = () => import('@/views/YB_APP/policyList') +const YB_APP_policyDetail = () => import('@/views/YB_APP/policyDetail') export default [ { @@ -30,5 +33,32 @@ export default [ title: '我的', index: 1 } - } + }, + { + path: '/YB_APP/performanceQuery', + name: 'YB_APP_performanceQuery', + component: YB_APP_performanceQuery, + meta: { + title: '业绩查询', + index: 1 + } + }, + { + path: '/YB_APP/policyList', + name: 'YB_APP_policyList', + component: YB_APP_policyList, + meta: { + title: '保单列表', + index: 1 + } + }, + { + path: '/YB_APP/policyDetail', + name: 'YB_APP_policyDetail', + component: YB_APP_policyDetail, + meta: { + title: '保单详情', + index: 1 + } + }, ] diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index 63a3577ff..d7dcba0dc 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -8,12 +8,14 @@ +
+