From e51eb35ca5fdb7594906f5f833bcf6991a26eb06 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Wed, 21 Apr 2021 03:21:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?v1.2.3=201=E3=80=81=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A2=9C=E8=89=B2=E9=80=89=E6=8B=A9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=9B=202=E3=80=81=E5=8A=A0=E7=BF=BB=E9=A1=B5=EF=BC=9B=203?= =?UTF-8?q?=E3=80=81=E5=8A=A0=E6=A0=87=E9=A2=98=E6=B7=BB=E5=8A=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=9B=204=E3=80=81=E5=8A=A0=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=9B=205=E3=80=81=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=A0=B7=E5=BC=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/config/index.js | 2 +- fe/src/components/NER/index.vue | 135 +++++++++++++++++++++++-------- fe/src/components/home/index.vue | 15 ++-- 3 files changed, 113 insertions(+), 39 deletions(-) diff --git a/fe/config/index.js b/fe/config/index.js index ea26f50..6c25a32 100644 --- a/fe/config/index.js +++ b/fe/config/index.js @@ -54,7 +54,7 @@ module.exports = { // Paths assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', - assetsPublicPath: '/dw-tool-ner/v1.2.2/', + assetsPublicPath: '/dw-tool-ner/v1.2.3/', /** * Source Maps diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index ea60cb4..382d4dd 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -1,8 +1,8 @@