From 2a322150fc1cf8a08eafa2fcc5588a2c1f0c0faf Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 18 Jan 2024 16:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E4=BC=B8=E6=9B=B2=E7=BA=BF300?= =?UTF-8?q?=E6=8A=98=E7=BA=BF=E5=9B=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/components/Qxview/src/QxviewThree.vue | 22 ++++++++++++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.env.production b/.env.production index 59f7acf..40e5dd4 100644 --- a/.env.production +++ b/.env.production @@ -5,11 +5,11 @@ VITE_DEV=false # 请求路径 # VITE_BASE_URL='http://dev.ccwin-in.com:26110' -VITE_BASE_URL='http://10.140.10.4:26112' +VITE_BASE_URL='http://10.140.10.4:26110' # 上传路径 # VITE_UPLOAD_URL='http://dev.ccwin-in.com:26110/api/admin-api/infra/file/upload' -VITE_UPLOAD_URL='http://10.140.10.4:26112/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://10.140.10.4:26112/api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH= diff --git a/src/components/Qxview/src/QxviewThree.vue b/src/components/Qxview/src/QxviewThree.vue index 650bb94..54a0606 100644 --- a/src/components/Qxview/src/QxviewThree.vue +++ b/src/components/Qxview/src/QxviewThree.vue @@ -1,5 +1,5 @@