From c7af6d8d358d1a4a4525a44f008b5401ff65159d Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 6 Sep 2021 13:41:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6-=E6=96=87=E4=BB=B6=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E7=9A=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jero/JUpload.vue | 595 ++++++++++++++++---------------- vue.config.js | 4 +- 2 files changed, 305 insertions(+), 294 deletions(-) diff --git a/src/components/jero/JUpload.vue b/src/components/jero/JUpload.vue index 3f56e2f..fb80d32 100644 --- a/src/components/jero/JUpload.vue +++ b/src/components/jero/JUpload.vue @@ -17,11 +17,12 @@ :class="{'uploadty-disabled':disabled}"> @@ -30,333 +31,343 @@ diff --git a/vue.config.js b/vue.config.js index 939bd47..307b008 100644 --- a/vue.config.js +++ b/vue.config.js @@ -76,7 +76,7 @@ module.exports = { }, devServer: { - port: 3000, + port: 21825, proxy: { /* '/api': { target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统 @@ -88,7 +88,7 @@ module.exports = { },*/ '/jero-boot': { // '' - target: 'http://localhost:8080', //请求本地 jero-boot后台项目 + target: 'http://localhost:21824', //请求本地 jero-boot后台项目 ws: false, changeOrigin: true, },