diff --git a/back/src/assets/img/sj-jx.png b/back/src/assets/img/sj-jx.png new file mode 100644 index 00000000..a5106273 Binary files /dev/null and b/back/src/assets/img/sj-jx.png differ diff --git a/back/src/views/modules/myAgent/demo/Application-resources.vue b/back/src/views/modules/myAgent/demo/Application-resources.vue index c060a4f5..bf310a87 100644 --- a/back/src/views/modules/myAgent/demo/Application-resources.vue +++ b/back/src/views/modules/myAgent/demo/Application-resources.vue @@ -1,5 +1,5 @@ diff --git a/front/public/index.html b/front/public/index.html index aad9b95e..fb8c764c 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 16:45:25 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-13 15:01:07 + * @LastEditTime: 2022-07-13 18:01:36 * @Description: 告诉大家这是什么 --> diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 763b690a..a6a6e44f 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -31,6 +31,7 @@ if (newLocation === 'qingdao') { { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, + { name: '指导手册', key: 'instructionManual' }, { name: '需求中心', key: 'demandCenter' }, // { name: '个人中心', key: 'personalCenter' }, { name: '区市站点', key: 'mapTest' }, diff --git a/front/src/api/home.js b/front/src/api/home.js index 198f1f38..de19b712 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -337,7 +337,6 @@ export function getApplyCameraList(id) { }) } -// 融合服务--start // 融合服务--列表 export function getIntegrationServicesList(params) { return request({ @@ -355,4 +354,11 @@ export function getIntegrationDetail(id) { }) } -// 融合服务--end +// 指导手册--左侧文档树 +export function getDevelopDocTree(params) { + return request({ + url: '/resource/selectDevelopDoc', + method: 'get', + params + }) +} \ No newline at end of file diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index d9eb8e9b..b58168f4 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -14,6 +14,13 @@ export function getTabilityapplication(params) { params, }) } +export function getByApplyFlag(params) { + return request({ + url: '/processForm/tabilityapplication/getByApplyFlag/' + params, + method: 'get', + // params, + }) +} // 查询申购车列表 export function getSgcList(params) { diff --git a/front/src/router/index.js b/front/src/router/index.js index 1810bdec..b8702453 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -462,6 +462,15 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/instructionManual', + name: 'instructionManual', + component: () => import('@/views/instructionManual/index'), + meta: { + title: '指导手册', + icon: 'error-warning-line', + }, + }, ] export const asyncRoutes = [ { diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 57d4eabf..cc0393e2 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -5,44 +5,54 @@ 展开 收起 -
+
{{ item.deptName }}
- - + +