From 044aa7f874f8fa37066e2da92901f40470b7090b Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 12 九月 2024 09:34:04 +0800
Subject: [PATCH] feat(支付): 修改系统名称

---
 manifest.json |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/manifest.json b/manifest.json
index 561a446..fd766fd 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
     "name" : "浣版儬浠�",
     "appid" : "__UNI__3E21AAD",
-    "description" : "浣版儬浠�",
+    "description" : "鍐�椹夸粯",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
@@ -50,11 +50,6 @@
     "quickapp" : {},
     /* 灏忕▼搴忕壒鏈夌浉鍏� */
     "mp-weixin" : {
-        "appid" : "wxfc579973fbdde096",
-        "setting" : {
-            "urlCheck" : false,
-            "minified" : true
-        },
         "usingComponents" : true
     },
     "mp-alipay" : {
@@ -71,23 +66,10 @@
     },
     "vueVersion" : "2",
     "h5" : {
-        "title" : "浣版儬浠�",
+        "title" : "鍐�椹夸粯",
         "router" : {
-            "base" : "./",
-            "mode" : "hash"
-        },
-        "devServer" : {
-            "proxy" : {
-                "/dev-api" : {
-                    "target" : "http://172.16.2.122:8080",
-                    "changeOrigin" : true,
-                    "secure" : false,
-                    "pathRewrite" : {
-                        "^/dev-api" : ""
-                    }
-                }
-            },
-            "port" : ""
+            "base" : "/",
+            "mode" : "history"
         },
         "optimization" : {
             "treeShaking" : {

--
Gitblit v1.9.1