From d05ac59983bb3da87d3ca7efe1f2313b2d9e0abb Mon Sep 17 00:00:00 2001 From: yuanzbz <3517876561@qq.com> Date: Wed, 3 Jan 2024 19:39:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index dec961a..7a31c05 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ NODE_ENV = 'development' # 本地环境接口地址 -VUE_APP_BASE_API = '/api' +VITE_APP_BASE_API = '/api' diff --git a/.env.production b/.env.production index b2c0e64..ffa6292 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ NODE_ENV = "production" # 线上环境接口地址 -VUE_APP_BASE_API = '/api' +VITE_APP_BASE_API = '/api' diff --git a/.env.test b/.env.test index 768f0ae..98a14bd 100644 --- a/.env.test +++ b/.env.test @@ -3,4 +3,4 @@ NODE_ENV = "test" # 测试环境接口地址 -VUE_APP_BASE_API = '/api' +VITE_APP_BASE_API = '/api'