From 55ee7bd313c7d8030ce8c547b18ad5f19507afd2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 16:12:37 +0800
Subject: [PATCH] feat(pay): 新增会员充值和次卡购买页面
---
manifest.json | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/manifest.json b/manifest.json
index 7b3df3e..5efa53a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -77,17 +77,8 @@
"mode" : "history"
},
"devServer" : {
- "proxy" : {
- "/dev-api" : {
- "target" : "http://172.16.2.117:8080",
- "changeOrigin" : true,
- "secure" : false,
- "pathRewrite" : {
- "^/dev-api" : ""
- }
- }
- },
- "port" : ""
+ "https" : false,
+ "disableHostCheck" : true
},
"optimization" : {
"treeShaking" : {
--
Gitblit v1.9.1