From d2a3e73fd3afd043c9d5d354dd8f317723465d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Mon, 23 Dec 2024 11:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E8=A3=81=E5=89=AA=20oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- src/components/Cropper/src/CropperModal.vue | 81 +++++++++++++++++++-- 2 files changed, 77 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 7b7173f..b073a71 100644 --- a/.env.development +++ b/.env.development @@ -15,7 +15,8 @@ VITE_DROP_CONSOLE = true # 跨域代理,可以配置多个,请注意不要换行 #VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]] -VITE_PROXY=[["/api","http://192.168.124.203:8081/api"]] +# VITE_PROXY=[["/api","http://192.168.124.203:8081/api"]] +VITE_PROXY=[["/api","http://192.168.124.60:8081/api"]] # API 接口地址 VITE_GLOB_API_URL = diff --git a/src/components/Cropper/src/CropperModal.vue b/src/components/Cropper/src/CropperModal.vue index cfce3fc..97096f3 100644 --- a/src/components/Cropper/src/CropperModal.vue +++ b/src/components/Cropper/src/CropperModal.vue @@ -1,5 +1,11 @@