From 73e132a6489f9c7f047928150f2d3090871511c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Thu, 9 Oct 2025 11:31:05 +0800 Subject: [PATCH] 1 --- .env.development | 4 +--- .env.production | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 65c718e..4ddef58 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,9 @@ VUE_APP_TITLE = Jarvis # 开发环境配置 ENV = 'development' -# Jarvis/开发环境 -VUE_APP_BASE_API = '' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -# VUE_APP_BASE_API = 'http://134.175.126.60:30313' +VUE_APP_BASE_API = 'http://134.175.126.60:30313' # VUE_APP_BASE_API = 'http://127.0.0.1:30313' port = 8888 diff --git a/.env.production b/.env.production index 6ab0034..948ecb6 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,6 @@ VUE_APP_TITLE = Jarvis ENV = 'production' # Jarvis/生产环境 -VUE_APP_BASE_API = '' VUE_APP_BASE_API = 'http://134.175.126.60:30313' port = 8888