From 1f44d96460271556008861010193ab20a34c27f1 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Tue, 27 Sep 2022 09:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 2 +- front/src/router/index.js | 2 +- front/src/views/home/components/header.vue | 2 +- .../src/views/home/components/searchResultList.vue | 11 +++++------ front/src/views/home/integrationServices.vue | 6 +++--- front/src/views/instructionManual/index.vue | 14 ++++++++++---- .../views/mynoticeView/components/NoticeList.vue | 9 +++++++-- 7 files changed, 28 insertions(+), 18 deletions(-) diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 99de00c7..e342c33f 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -34,7 +34,7 @@ if (newLocation !== 'baotou' && newLocation !== 'xihaian') { { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, - { name: '技术文档', key: 'instructionManual' }, + { name: '新手指南', key: 'instructionManual' }, { name: '需求中心', key: 'demandCenter' }, // { name: '个人中心', key: 'personalCenter' }, { name: '区市站点', key: 'mapTest' }, diff --git a/front/src/router/index.js b/front/src/router/index.js index 060971e7..8f3e1d09 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -495,7 +495,7 @@ export const constantRoutes = [ name: 'instructionManual', component: () => import('@/views/instructionManual/index'), meta: { - title: '技术文档', + title: '新手指南', icon: 'error-warning-line', }, }, diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index e9361ecb..b50fc5c5 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -222,7 +222,7 @@ // path: '/developmentGuide', // }) // break - case '技术文档': + case '新手指南': router.push({ path: '/instructionManual', }) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 9a2cbcf7..881030d5 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -532,11 +532,11 @@ name: '发布时间', orderType: 'DESC', }, - { - value: 'update_date', - name: '更新时间', - orderType: 'DESC', - }, + // { + // value: 'update_date', + // name: '更新时间', + // orderType: 'DESC', + // }, ]) // 购物车id列表 const selList = ref([ @@ -604,7 +604,6 @@ console.log('or use this.value', searchValue.value) } function toView(type, item) { - debugger if (props.selectCardsname == '数据资源') { if (whoShow1.itShowQingDao) { window.open( diff --git a/front/src/views/home/integrationServices.vue b/front/src/views/home/integrationServices.vue index c13d4d42..ae1b7a32 100644 --- a/front/src/views/home/integrationServices.vue +++ b/front/src/views/home/integrationServices.vue @@ -92,7 +92,7 @@ // 分页 const loading = ref(true) const currentPage = ref(1) - const currentPageSize = ref(5) + const currentPageSize = ref(10) const pageSizeOptions = ref(['5', '10', '20', '50']) const router = useRouter() const select = router.currentRoute.value.query.select @@ -146,10 +146,10 @@ searchValue.value = '' // 分页 currentPage.value = 1 - currentPageSize.value = 5 + currentPageSize.value = 10 // 重置查询条件 paramsGetResources.pageNum = 1 - paramsGetResources.pageSize = 5 + paramsGetResources.pageSize = 10 paramsGetResources.orderField = 'create_date' paramsGetResources.orderType = 'DESC' mybus.emit('chongzhi', { diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index 285b118a..55c9bb3d 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -2,18 +2,19 @@