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 @@