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 |   23 +++++++----------------
 1 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/manifest.json b/manifest.json
index ac65925..5efa53a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
-    "name" : "浣版儬浠�",
-    "appid" : "__UNI__3E21AAD",
-    "description" : "浣版儬浠�",
+    "name" : "鏀粯",
+    "appid" : "__UNI__895EB4F",
+    "description" : "鏀粯",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
@@ -71,23 +71,14 @@
     },
     "vueVersion" : "2",
     "h5" : {
-        "title" : "浣版儬浠�",
+        "title" : "鏀粯",
         "router" : {
-            "base" : "/",
+            "base" : "/pay/",
             "mode" : "history"
         },
         "devServer" : {
-            "proxy" : {
-                "/dev-api" : {
-                    "target" : "http://172.16.2.122:8080",
-                    "changeOrigin" : true,
-                    "secure" : false,
-                    "pathRewrite" : {
-                        "^/dev-api" : ""
-                    }
-                }
-            },
-            "port" : ""
+            "https" : false,
+            "disableHostCheck" : true
         },
         "optimization" : {
             "treeShaking" : {

--
Gitblit v1.9.1