From 57441585e2907daa0c558fa403e434f211802f7a Mon Sep 17 00:00:00 2001 From: bootx Date: Wed, 8 Jul 2026 14:40:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(h5):=20=E8=B0=83=E6=95=B4=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=AB=AF=E5=8F=A3=E4=B8=BA=209500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 6b6a9c4..bfeced1 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # port -VITE_PORT = 9100 +VITE_PORT = 9500 # spa-title VITE_GLOB_APP_TITLE = DaxPay diff --git a/.env.development b/.env.development index 27f511c..a726e58 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 只在开发模式中被载入 -VITE_PORT = 9100 +VITE_PORT = 9500 # 网站根目录 VITE_PUBLIC_PATH = / diff --git a/README.md b/README.md index e722eb6..a8fcd76 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DaxPay 开源版支付系统的移动端网关应用,基于 vue3-vant4-mobile # 安装项目依赖 pnpm install -# 启动开发服务器(端口 9100) +# 启动开发服务器(端口 9500) pnpm run dev # 构建打包