From 0af6c362b2ea1bc8eb4dcf7e87f89a6705d72393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B5=E5=AE=AA=E7=91=9E?= <9198107+min-xianrui@user.noreply.gitee.com> Date: Fri, 3 Jan 2025 14:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E5=92=8C?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +- .env.production | 2 +- src/components/uploadPicture/index.vue | 153 +++++++++++++++++-------- 3 files changed, 106 insertions(+), 54 deletions(-) diff --git a/.env.development b/.env.development index aac66f2..a41a8ef 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'https://syy.xunyingcloud.cn' -# VUE_APP_BASE_API = 'http://121.37.139.13:8080' -#VUE_APP_BASE_API = 'http://localhost:20010/' - +VUE_APP_BASE_API = 'https://0511syy.cn' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. # It only does one thing by converting all import() to require(). diff --git a/.env.production b/.env.production index 6c96f3b..ddfda02 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'https://syy.xunyingcloud.cn' +VUE_APP_BASE_API = 'https://0511syy.cn' diff --git a/src/components/uploadPicture/index.vue b/src/components/uploadPicture/index.vue index c134f11..65b0832 100644 --- a/src/components/uploadPicture/index.vue +++ b/src/components/uploadPicture/index.vue @@ -1,4 +1,4 @@ -