From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 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