From d99b983961addcd71c53bbe87458f08403095777 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Mon, 27 Jun 2022 11:20:58 +0800 Subject: [PATCH 01/19] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 20 +++++++++--------- front/public/static/config/location.js | 4 ++-- front/public/static/image/test.jpg | Bin 1682522 -> 427695 bytes .../views/newHome/components/Navigation2.vue | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/front/public/index.html b/front/public/index.html index 5a8fe4fe..2ee2234f 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -28,10 +28,10 @@ diff --git a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue index 5681064c..9581bda4 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -8,150 +8,9 @@ :label-width="$i18n.locale === 'en-US' ? '120px' : 'auto'" >
- - - - - - - - - - - - - - - - - - - - - - - +
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - +
22222
import processModule from '@/mixins/process-module' +import Applicationresources from './Application-resources.vue' export default { // 注入公共方法 mixins: [processModule], - components: {}, + components: { + Applicationresources + }, props: { // fromList: { // // type: Array, diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index b01757d1..763b690a 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,11 +1,11 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-12 14:55:46 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-07-08 08:53:41 * @Description: 数据资源参数配置 */ - const newLocation = 'qingdao' +const newLocation = 'qingdao' // const newLocation = 'baotou' // const newLocation = 'xihaian' @@ -163,7 +163,7 @@ else if (newLocation === 'xihaian') { footerDataList.footerList = { company: { left: '青岛西海岸新区大数据发展促进局建设', - right: 'v0.8.1.6', + right: 'v0.8.1.5', }, address: [ { diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index 892ff59d..d9eb8e9b 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -7,6 +7,13 @@ export function getMyProcessInstancePage(params) { params, }) } +export function getTabilityapplication(params) { + return request({ + url: '/processForm/tabilityapplication/my_page', + method: 'get', + params, + }) +} // 查询申购车列表 export function getSgcList(params) { diff --git a/front/src/utils/accessToken.js b/front/src/utils/accessToken.js index 4e813704..343f3587 100644 --- a/front/src/utils/accessToken.js +++ b/front/src/utils/accessToken.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 17:48:03 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-09 16:47:54 + * @LastEditTime: 2022-04-25 17:47:09 * @Description: 告诉大家这是什么 */ import { storage, tokenTableName } from '@/config' @@ -33,7 +33,7 @@ export function getAccessToken() { * @author chuzhixin 1204505056@qq.com * @description 存储accessToken * @param accessToken - * @returns {void|*}cs + * @returns {void|*} */ export function setAccessToken(accessToken) { if (storage) { @@ -64,7 +64,7 @@ export function removeAccessToken() { } else if ('sessionStorage' === storage) { return sessionStorage.clear() } else if ('cookie' === storage) { - return cookie.remove(tokenTableName) + // return cookie.remove(tokenTableName) } else { return localStorage.removeItem(tokenTableName) } diff --git a/front/src/views/capabilityCloud/index.vue b/front/src/views/capabilityCloud/index.vue index fe23c698..b1c7d442 100644 --- a/front/src/views/capabilityCloud/index.vue +++ b/front/src/views/capabilityCloud/index.vue @@ -1,8 +1,8 @@ diff --git a/front/src/views/detailsAll/DeveloperComponents.vue b/front/src/views/detailsAll/DeveloperComponents.vue index be9c7f40..eb4d145d 100644 --- a/front/src/views/detailsAll/DeveloperComponents.vue +++ b/front/src/views/detailsAll/DeveloperComponents.vue @@ -1,8 +1,8 @@ diff --git a/front/src/views/detailsAll/LayerService.vue b/front/src/views/detailsAll/LayerService.vue index 6228798c..b6dbe86b 100644 --- a/front/src/views/detailsAll/LayerService.vue +++ b/front/src/views/detailsAll/LayerService.vue @@ -8,156 +8,188 @@ diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue index 3e97e58d..a6703a1b 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue @@ -92,7 +92,7 @@ align-items: center; .item { width: 424px; - height:306px; + height: 306px; padding: 35px; display: flex; flex-direction: column; diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue index e114c8fa..d5457892 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue @@ -38,7 +38,9 @@ () => props.dataList, (val) => { if (val) { - let obj = val.infoList.filter((item) => item.attrType === '试用地址' && item.attrValue)[0] + let obj = val.infoList.filter( + (item) => item.attrType === '试用地址' && item.attrValue + )[0] if (!obj) { flag.value = false } else { diff --git a/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue b/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue index ee1d8057..8110e34e 100644 --- a/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue +++ b/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue @@ -73,7 +73,7 @@ diff --git a/front/src/views/detailsAll/components/Application/ApplicationFunctionIntorduction.vue b/front/src/views/detailsAll/components/Application/ApplicationFunctionIntorduction.vue index eec26ec0..9a241c4d 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationFunctionIntorduction.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationFunctionIntorduction.vue @@ -7,26 +7,42 @@
-
+ " + > -
+
{{ itemSonTitle.name }}
-
+
diff --git a/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue index 52aaac54..b6e6cd57 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue @@ -8,10 +8,18 @@ diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue index 94557648..fa51553b 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue @@ -53,7 +53,11 @@ 加入购物车 --> - + @@ -66,223 +70,220 @@
diff --git a/front/src/views/detailsAll/components/Business/BusinessNavigation.vue b/front/src/views/detailsAll/components/Business/BusinessNavigation.vue index b35ba162..b30ec1a8 100644 --- a/front/src/views/detailsAll/components/Business/BusinessNavigation.vue +++ b/front/src/views/detailsAll/components/Business/BusinessNavigation.vue @@ -8,7 +8,12 @@