From 7e13c9523c9dec70c7647654cd043aa84a7a9ae2 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 07 一月 2025 16:12:56 +0800
Subject: [PATCH] 支付成功和失败页面
---
vue.config.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 552ad37..6b16215 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -12,6 +12,7 @@
productionSourceMap: false,
devServer: {
sockHost: 'localhost',
+ port: 8082,
disableHostCheck: true,
proxy: {
'/':{
--
Gitblit v1.9.1