From cfded4f558cfe8ddc0d32130384e77f7da2d08cc Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 14 Jun 2022 10:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=AF=A6=E6=83=85=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/router/index.js | 7 +- .../src/views/detailsAll/AlgorithmDetails.vue | 22 +-- .../views/detailsAll/ApplicationDetails.vue | 42 ++-- .../{ => Algorithm}/AlgorithmAdvantage.vue | 0 .../AlgorithmApplicationCase.vue | 0 .../AlgorithmApplicationScenarios.vue | 0 .../AlgorithmChargingStandard.vue | 0 .../AlgorithmCommonProblem.vue | 0 .../{ => Algorithm}/AlgorithmDisplay.vue | 0 .../{ => Algorithm}/AlgorithmNavigation.vue | 0 .../{ => Algorithm}/AlgorithmOnTrial.vue | 0 .../{ => Algorithm}/AlgorithmTopDetails.vue | 0 .../{ => Algorithm}/AlgorithmUsageMode.vue | 0 .../PictureCharacterRecognition.vue | 0 .../{ => Algorithm}/TestOfWords.vue | 0 .../Application/ApplicationNavigation.vue | 167 ++++++++++++++++ .../Application/ApplicationPresentation.vue | 116 +++++++++++ .../Application/ApplicationTopDetails.vue | 184 ++++++++++++++++++ 18 files changed, 505 insertions(+), 33 deletions(-) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmAdvantage.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmApplicationCase.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmApplicationScenarios.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmChargingStandard.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmCommonProblem.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmDisplay.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmNavigation.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmOnTrial.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmTopDetails.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/AlgorithmUsageMode.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/PictureCharacterRecognition.vue (100%) rename front/src/views/detailsAll/components/{ => Algorithm}/TestOfWords.vue (100%) create mode 100644 front/src/views/detailsAll/components/Application/ApplicationNavigation.vue create mode 100644 front/src/views/detailsAll/components/Application/ApplicationPresentation.vue create mode 100644 front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue diff --git a/front/src/router/index.js b/front/src/router/index.js index 787e302d..935c0ab0 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -214,7 +214,9 @@ export const constantRoutes = [ path: '/PictureCharacterRecognition', name: 'PictureCharacterRecognition', component: () => - import('@/views/detailsAll/components/PictureCharacterRecognition'), + import( + '@/views/detailsAll/components/Algorithm/PictureCharacterRecognition' + ), meta: { title: '图片文字识别', icon: 'error-warning-line', @@ -223,7 +225,8 @@ export const constantRoutes = [ { path: '/TestOfWords', name: 'TestOfWords', - component: () => import('@/views/detailsAll/components/TestOfWords'), + component: () => + import('@/views/detailsAll/components/Algorithm/TestOfWords'), meta: { title: '文字检验', icon: 'error-warning-line', diff --git a/front/src/views/detailsAll/AlgorithmDetails.vue b/front/src/views/detailsAll/AlgorithmDetails.vue index 5db01606..d9d03b2e 100644 --- a/front/src/views/detailsAll/AlgorithmDetails.vue +++ b/front/src/views/detailsAll/AlgorithmDetails.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-08 11:32:22 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-13 12:01:31 + * @LastEditTime: 2022-06-14 10:39:37 * @Description: 算法详情页 --> + diff --git a/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue new file mode 100644 index 00000000..6aa9727b --- /dev/null +++ b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue @@ -0,0 +1,116 @@ + + + + diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue new file mode 100644 index 00000000..41715002 --- /dev/null +++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue @@ -0,0 +1,184 @@ + + + +