From 68efdf228b2f0dffc5c742ed27d5ad2679fb2073 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 13 Jul 2022 09:19:03 +0800 Subject: [PATCH 01/38] =?UTF-8?q?add:=20=E6=8C=87=E5=AF=BC=E6=89=8B?= =?UTF-8?q?=E5=86=8C(=E6=9A=82=E5=AD=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 1 + front/src/api/home.js | 10 +- front/src/router/index.js | 9 ++ front/src/views/home/components/header.vue | 7 + .../components/abilityTree.vue | 149 ++++++++++++++++++ .../components/docsifyView.vue | 15 ++ .../instructionManual/components/showList.vue | 115 ++++++++++++++ front/src/views/instructionManual/index.vue | 75 +++++++++ 8 files changed, 379 insertions(+), 2 deletions(-) create mode 100644 front/src/views/instructionManual/components/abilityTree.vue create mode 100644 front/src/views/instructionManual/components/docsifyView.vue create mode 100644 front/src/views/instructionManual/components/showList.vue create mode 100644 front/src/views/instructionManual/index.vue 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/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/components/header.vue b/front/src/views/home/components/header.vue index 84655e1b..bc6b3ef4 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -136,6 +136,8 @@ const select = ref(router.currentRoute.value.name) const mynoticeFlag = ref(false) const mynoticeData = ref([]) + console.log('navListManagement------------>', navListManagement); + // eslint-disable-next-line no-undef const navList = ref(navListManagement.navList) const props = defineProps({ @@ -191,6 +193,11 @@ path: '/developmentGuide', }) break + case '指导手册': + router.push({ + path: '/instructionManual', + }) + break case '需求中心': router.push({ path: '/demandCenter', diff --git a/front/src/views/instructionManual/components/abilityTree.vue b/front/src/views/instructionManual/components/abilityTree.vue new file mode 100644 index 00000000..889f2301 --- /dev/null +++ b/front/src/views/instructionManual/components/abilityTree.vue @@ -0,0 +1,149 @@ + + + \ No newline at end of file diff --git a/front/src/views/instructionManual/components/docsifyView.vue b/front/src/views/instructionManual/components/docsifyView.vue new file mode 100644 index 00000000..bfcf4e4a --- /dev/null +++ b/front/src/views/instructionManual/components/docsifyView.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/front/src/views/instructionManual/components/showList.vue b/front/src/views/instructionManual/components/showList.vue new file mode 100644 index 00000000..f8b4b0c6 --- /dev/null +++ b/front/src/views/instructionManual/components/showList.vue @@ -0,0 +1,115 @@ + + + diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue new file mode 100644 index 00000000..5f9ad1cf --- /dev/null +++ b/front/src/views/instructionManual/index.vue @@ -0,0 +1,75 @@ + + + From cbe9efa5eae323ae86b744c5619b5f9e7e8bca5e Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Wed, 13 Jul 2022 11:43:28 +0800 Subject: [PATCH 02/38] =?UTF-8?q?=E6=9B=B4=E6=8D=A2ico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/favicon.ico | Bin 9662 -> 9662 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/front/public/favicon.ico b/front/public/favicon.ico index d5af474560f11c40cd361f7baf1e913a87be8556..dbd1d0ec5b8dfdd7997de0e036690a9c96d253a0 100644 GIT binary patch literal 9662 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 WApQCHE3Hjq|6id0um9g`;J*RmQ=td| literal 9662 zcmeHN2~d0?2^wic2078Y$SEG+&(l~@+Ds4_k;b`p{Q=I7_*_gvA8Qd3jY=H?;WI zu4DVLwZG@ukWS=$CSPS`CG>hdj7B321_Q6GuhZ#JU0sc;sw&Q7Z8qOzGI1W8Ut0|( zn2gd`Wu=bu*}Q7n#~|C6@tUerInIXKB_$;Y3=G8CvuBZrBrKPoa zgnk7sfm65Juzp_9Jtf@L4m>e?99#P4ei-8UuOw(Zam zzZ_>n?Z)iH?&ZRT3*kumadUG6^OexhPzi=h=1 z*G#led3hOhRg_<qu*j}PE)E48-rEB(gxRuoi&%obj-L+=iHT2BM@UuCO zGSYEm{R(XMnv5lHSmW-G7s-dD`^@ixutnXy8t4n%*TpPs#Q4v&pV`NpzZp)(7kFiq zoC6#`e{QZJpEqJ(fD)@l55kUFF1VBsL;5%08RkFScO?H2XN&VW5c-kx1+P)cMBvqo z^BEb;xCMT*uIrP9@$z%?ux9KiC|_@jIN!Or5Emus{~7EO{zfsG2f5zr;%TIBpd3|_ z{TL}bPUB>FqNH2G#qS(pH|UMXzw-#Ccb}l5pd3$f^6@zPA(9UsM})5ynz!G9#?}Vf zF0Bwe&>s7Od=R}#jXP;csIDqSmDv|fjbM;tW@5#n`CQ&PvBxy-Zq<|ULxjJl~p0~<8AP7I}@tc zrbFFwDpai}BXaI)m~^xse@-y_F0(;}fnwwls0MmMVfj7+JG>9AGk=utCoCWWvw(GvB>>(Me2!v0-Y$xy?tRYB2-qSE&+y z72#L5azl{)RNOs%4W??Q6El9IEN&V}j?%}aNQpmz7-a~)ov%RXN8X6=@kLr<9FLo( z8hT!$`9_*wMLM_;u^B46zhbp>e^l#AIR1ulJ+%Xqq*m5C_F=jW|1boK*JhCJnf^(J z79LO&er5wj4-fpXHi*q^p9alimL)+I37-}W`%G>F)vH8XPJ@bMP>>ADj;>fgb`eq|j-fQ~3B^dJ zQ+ZCHKEuwdq&F$Ik>1NoaqEZU2>sX{zOVlsTDw=^)BVrL%f7}mQLER6Fbe%NM)R|B zq3Z4hKk^?H^C4DSxRVT1xE<7OCPCG10<>1nQ1^Ai?u9|PvNI8PQ+`5WPAD7yc1ZTykr zW|%}@v<1$_C|^U*?01uH;H%+2@NPQ|idGVSb`La!U)k)r^kd4urV!@si~)bw7weV!*$W1~>^IFCQai8$7r{8iT$Ocqgi+uUVsw(sN2LTqwS zK}ql*92(#l3xv+0OcT(X{a;8=Pg03-`!0QFX`rdg~%&5zg!i!PRre$-jw5XUTQg7(Ow# z$&~WaHjh9AwWJ)t^iTLztz5CJs~h69+fZ=(0gO5W&tH0ywVJBIjEC9INOI^aDpC00 z0a9XP5V_;VT>;c~{Hc)o% zK)HDa%8PO(z0={+qi!7^HiN2*M~<~AZMNP>&zK1-Bcbj{_?iE=o`gWcuWA1-3J7=gYU7+en@rUpSb#y?m)jK3dKd7yHVyWFf5j4~h zu`AY~n7%XD``%{ux29kcvaq?Lh;^)AUz<%e(hqxYs;bb_JK#;SM;Nxa`ygV_pd#QAOsH{0pEcR$j!{E)%}Z}&14aJ z5PQkxlegvbRB&#-fe7AbLupkv=`X%7A4{`aD13Vpw9 z%5xRvE-B|qd6&IsH77SU1(T4U&6O80r zhR@dg7KLf0zWTDx5_tRvP1rF-GgQ1+Ok&>?t3w+iuF7 fx@%r$pPkPN+w-?9P1*m~%#r_Jp#Qi3_Zs*wKG9^9 From 22f1091532fa7be48d08f42524d230198bce08d4 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 13 Jul 2022 14:30:32 +0800 Subject: [PATCH 03/38] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=EF=BC=8C=E4=B8=8A=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../myAgent/demo/Application-resources.vue | 2 +- .../myAgent/demo/ResourcesAndServices.vue | 165 ++++++++++++++++++ .../myAgent/demo/ability-resource-shelf.vue | 64 +++---- 3 files changed, 198 insertions(+), 33 deletions(-) create mode 100644 back/src/views/modules/myAgent/demo/ResourcesAndServices.vue diff --git a/back/src/views/modules/myAgent/demo/Application-resources.vue b/back/src/views/modules/myAgent/demo/Application-resources.vue index bf310a87..c060a4f5 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/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue index 9581bda4..435dbd6b 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -10,7 +10,12 @@
-
22222
+
+ +
import processModule from '@/mixins/process-module' import Applicationresources from './Application-resources.vue' +import ResourcesAndServices from './ResourcesAndServices.vue' export default { // 注入公共方法 mixins: [processModule], components: { - Applicationresources + Applicationresources, + ResourcesAndServices }, props: { // fromList: { @@ -52,59 +59,48 @@ export default { }, data () { return { + flagShow: false, // processVisible: true, visible: false, // 表单属性是否可编辑 fieldDisabled: false, - dataForm: [], + dataForm: {}, id: '', shifoushizujian: true, coverageNotShow: true, nameNotShow: false, - algorithmShow: true + algorithmShow: true, + insertList: [] } }, watch: {}, computed: {}, methods: { + getInfo (id) { + this.$http.get('/resourceMountApply/' + id).then(({ data: res }) => { + this.dataForm = res.data.resourceDTO + if (this.dataForm) { + console.log('this.dataForm', this.dataForm) + this.flagShow = true + } + }) + }, + methodsThree () { + this.$http.get('/category/getCategoryTree').then((res) => { + this.insertList = res.data.data + }) + }, init () { this.visible = true - // this.getInfo(this.$router.currentRoute.params.params.params.resourceDTO.id) - // this.dataForm = this.$router.currentRoute.params.params.params.resourceDTO - // this.id=this.$router.currentRoute this.$nextTick(() => { this.$refs.dataForm.resetFields() // if (this.dataForm.id) { // 如业务KEY已存在,不允许编辑 this.fieldDisabled = true // this.id = this.$router.currentRoute.businessKey - this.getInfo(this.$router.currentRoute.params.businessKey) console.log('id', this.$router.currentRoute.params.businessKey) // } }) - }, - getInfo (id) { - this.$http.get('/resourceMountApply/' + id).then(({ data: res }) => { - if (res.code !== 0) { - return this.$message.error(res.msg) - } - this.dataForm = res.data.resourceDTO - if (this.dataForm.type != '应用资源') { - this.shifoushizujian = false - this.dataForm.infoList.forEach((val) => { - if (val.attrValue === '图层服务') { - this.coverageNotShow = false - } else if (val.attrValue === '智能算法') { - this.nameNotShow = true - this.algorithmShow = false - console.log(this.nameNotShow, 'wowowo') - } - }) - } else { - this.shifoushizujian = true - } - console.log('this.dataForm', this.dataForm) - }) } }, created () { @@ -123,7 +119,11 @@ export default { // 初始化综合组件 this.initProcessMultiple(callbacks) }, - mounted () {} + mounted () { + const businessKey = this.$router.currentRoute.params.businessKey + this.getInfo(businessKey) + this.methodsThree() + } } diff --git a/front/src/views/instructionManual/components/abilityTree.vue b/front/src/views/instructionManual/components/abilityTree.vue deleted file mode 100644 index 889f2301..00000000 --- a/front/src/views/instructionManual/components/abilityTree.vue +++ /dev/null @@ -1,149 +0,0 @@ - - - \ No newline at end of file diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index 5f9ad1cf..3ae9b404 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -3,9 +3,12 @@
-

新手指引

-

技术文档

- +
新手指引
+
技术文档 +
+ + +
新手指引
@@ -19,34 +22,113 @@ + From e832b3e1d501a3803b213d050eff34952b56ae45 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 13 Jul 2022 15:53:30 +0800 Subject: [PATCH 05/38] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/assets/img/sj-jx.png | Bin 0 -> 102 bytes .../myAgent/demo/Application-resources.vue | 2 +- .../myAgent/demo/ResourcesAndServices.vue | 97 ++++++++++++++++-- 3 files changed, 91 insertions(+), 8 deletions(-) create mode 100644 back/src/assets/img/sj-jx.png diff --git a/back/src/assets/img/sj-jx.png b/back/src/assets/img/sj-jx.png new file mode 100644 index 0000000000000000000000000000000000000000..a51062732a6785f6b9730982fa022126470d6c58 GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^>_9Bd!3HEZxJ@+%QY^(zo*^7SP{WbZ0p!bix;Tbt w1Sh9t{Qp0nkv&0XYD$6xFH6EJ3C%_Z2D@e# -
22222222222222
+
From d551b833d3e1fb1d70bd1a66801880a6c007e60d Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 13 Jul 2022 16:30:37 +0800 Subject: [PATCH 06/38] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=94=B3=E8=AF=B7=20?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7=20=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 6 +- front/src/api/personalCenter.js | 7 + front/src/views/home/AbilityToApplyFor.vue | 399 ++++++------ front/src/views/home/apply.vue | 2 + .../components/AbilityApplication.vue | 322 ++++++++++ .../components/ApplyDetails.vue | 581 ++---------------- .../personalCenter/components/MyApply.vue | 208 +++++-- 7 files changed, 733 insertions(+), 792 deletions(-) create mode 100644 front/src/views/personalCenter/components/AbilityApplication.vue diff --git a/front/public/index.html b/front/public/index.html index e408d9d5..a9535a2a 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -49,7 +49,7 @@ window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://15.2.21.239:8888/renren-admin'; + window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin'; window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 穿透版本 // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; 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/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 }}
- - + + @@ -155,4 +163,13 @@ onMounted(() => { .right { width: 880px; } + +.sidebar { + right: 0 !important; +} + +.content { + right: 16rem !important; + left: 0 !important; +} From ad7f05fcba830f46d8153fb60f395f14c7d43f98 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 13 Jul 2022 17:47:14 +0800 Subject: [PATCH 08/38] =?UTF-8?q?fix:=20=E8=9E=8D=E5=90=88=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/searchResultList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 5d0ab90e..47d0dd5f 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -620,9 +620,9 @@ mybus.on('chongzhi', (typeObj) => { console.log('typeObj------------>', typeObj); if(!typeObj) { - selData.value = 'total' + selData.value = 'total'; } - if(typeObj.type === '融合服务') { + if(typeObj && typeObj.type === '融合服务') { orderList.value = [ { value: 'collectCount', From 2019c1583f6c30728bb4f90a6aedb7932f78eb73 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Wed, 13 Jul 2022 18:00:26 +0800 Subject: [PATCH 09/38] =?UTF-8?q?11=E4=B8=AA=E7=AE=97=E6=B3=95=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++ front/public/index.html | 22 ++++++------- .../components/Algorithm/AlgorithmOnTrial.vue | 8 +++-- .../Algorithm/PictureCharacterRecognition.vue | 32 +++++++++++++------ .../components/Algorithm/TestOfWords.vue | 2 +- 5 files changed, 42 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 3521ee6e..6c82c9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ back/dist-西海岸-后台管理-带配置文件.zip back/dist-市局-后台管理-带配置文件.zip back/dist-包头-后台管理.zip back/dist-市局-后台管理.zip +back/dist-市局-后台管理-v0.8.2.1.zip +front/public/index.html +back/dist-西海岸-后台管理-v0.8.2.1.zip diff --git a/front/public/index.html b/front/public/index.html index e408d9d5..aad9b95e 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-11 18:10:24 + * @LastEditTime: 2022-07-13 15:01:07 * @Description: 告诉大家这是什么 --> @@ -29,11 +29,11 @@ From 876676819bfac52f1d03cab528f1a811e51e59c3 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 13 Jul 2022 18:15:13 +0800 Subject: [PATCH 10/38] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 2 +- .../views/capacityOnTheShelf/components/PutOnTheShelf.vue | 5 +++-- front/src/views/home/apply.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/front/public/index.html b/front/public/index.html index a9535a2a..951e4eeb 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.liangjunhua - * @LastEditTime: 2022-07-13 14:47:47 + * @LastEditTime: 2022-07-13 18:06:50 * @Description: 告诉大家这是什么 --> diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 06f1be99..518634ed 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-17 14:11:08 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-01 20:34:36 + * @LastEditTime: 2022-07-13 18:14:42 * @Description: 上架 -->