From dc36c638b2bcf96b13d94301b0e069d3a88ca307 Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Wed, 28 Feb 2024 09:10:05 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/login/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 8ef2daa..157bb55 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,7 @@ ENV = 'production' # base api url # VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site' -VITE_BASE_API_URL = 'http://localhost:7001' +VITE_BASE_API_URL = 'http://123.249.107.55:7001' # 公共基础路径, 所有资源的路径都将据此配置重写。 VITE_BASE_URL = /api diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 7f16b27..fec63a4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -2,8 +2,8 @@