From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置

---
 manifest.json |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/manifest.json b/manifest.json
index 8151795..5efa53a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -71,23 +71,14 @@
     },
     "vueVersion" : "2",
     "h5" : {
-        "title" : "閭桨鎯�",
+        "title" : "鏀粯",
         "router" : {
-            "base" : "/",
+            "base" : "/pay/",
             "mode" : "history"
         },
         "devServer" : {
-            "proxy" : {
-                "/dev-api" : {
-                    "target" : "http://172.16.2.121:8080",
-                    "changeOrigin" : true,
-                    "secure" : false,
-                    "pathRewrite" : {
-                        "^/dev-api" : ""
-                    }
-                }
-            },
-            "port" : ""
+            "https" : false,
+            "disableHostCheck" : true
         },
         "optimization" : {
             "treeShaking" : {

--
Gitblit v1.9.1