From a263a2adb04dcb2e32bfd952c5194842209d7d15 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 11 Oct 2024 17:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6401?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/FileUpload/index.vue | 24 +++++++++++++++++++----- src/utils/request.js | 16 ++++++++-------- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index e0e1e31..44ba1a6 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ ENV = 'development' # VUE_APP_BASE_API = 'http://localhost:9035' # VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api' # VUE_APP_BASE_API = 'http://39.101.188.84:9035' -VUE_APP_BASE_API = 'http://192.168.0.109:9035' +VUE_APP_BASE_API = 'http://192.168.0.108:9035' diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 84c7670..53be213 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -41,7 +41,7 @@