chore(h5): 调整开发端口为 9500

This commit is contained in:
bootx
2026-07-08 14:40:16 +08:00
parent f7939aa03f
commit 57441585e2
3 changed files with 3 additions and 3 deletions

2
.env
View File

@@ -1,5 +1,5 @@
# port
VITE_PORT = 9100
VITE_PORT = 9500
# spa-title
VITE_GLOB_APP_TITLE = DaxPay

View File

@@ -1,5 +1,5 @@
# 只在开发模式中被载入
VITE_PORT = 9100
VITE_PORT = 9500
# 网站根目录
VITE_PUBLIC_PATH = /

View File

@@ -32,7 +32,7 @@ DaxPay 开源版支付系统的移动端网关应用,基于 vue3-vant4-mobile
# 安装项目依赖
pnpm install
# 启动开发服务器(端口 9100
# 启动开发服务器(端口 9500
pnpm run dev
# 构建打包