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}">
- {{ text }}
+
+ {{ text }}
@@ -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,
},