From f7c242dc732e7bcb4ba6d308865562dba3fbb69d Mon Sep 17 00:00:00 2001
From: ikmkj <1@qq,com>
Date: Sat, 2 Aug 2025 23:21:31 +0800
Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?=
=?UTF-8?q?=E5=8F=98=E9=87=8F=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=AB=AF?=
=?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修改 .env.production 文件中的 VITE_API_BASE_URL 为新的后端服务地址- 在 package.json 中添加 build:frontend 脚本,用于前端项目构建
- 注释掉 pom.xml 中的 Docker 镜像构建配置
---
biji-houdaun/pom.xml | 12 ++++++++++++
biji-qianduan/.env.production | 2 +-
biji-qianduan/package.json | 1 +
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/biji-houdaun/pom.xml b/biji-houdaun/pom.xml
index 159e8f4..8725ca7 100644
--- a/biji-houdaun/pom.xml
+++ b/biji-houdaun/pom.xml
@@ -139,6 +139,18 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+
+
+
+
+
+
+
+
+
+
com.spotify
diff --git a/biji-qianduan/.env.production b/biji-qianduan/.env.production
index de50a44..68f97c4 100644
--- a/biji-qianduan/.env.production
+++ b/biji-qianduan/.env.production
@@ -1 +1 @@
-VITE_API_BASE_URL=https://liu-pox.311169.xyz
+VITE_API_BASE_URL=https://biji-houdaun.311169.xyz
diff --git a/biji-qianduan/package.json b/biji-qianduan/package.json
index 98b8b70..c569f8c 100644
--- a/biji-qianduan/package.json
+++ b/biji-qianduan/package.json
@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
+ "build:frontend": "vite build",
"preview": "vite preview"
},
"dependencies": {