From 1b5c99e1a34a083df380c4beb52964bcf06b59de Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:40:19 +0800
Subject: [PATCH] feat(支付): 修改提示语

---
 manifest.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 8151795..ac65925 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
-    "name" : "鏀粯",
-    "appid" : "__UNI__895EB4F",
-    "description" : "鏀粯",
+    "name" : "浣版儬浠�",
+    "appid" : "__UNI__3E21AAD",
+    "description" : "浣版儬浠�",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
@@ -71,7 +71,7 @@
     },
     "vueVersion" : "2",
     "h5" : {
-        "title" : "閭桨鎯�",
+        "title" : "浣版儬浠�",
         "router" : {
             "base" : "/",
             "mode" : "history"
@@ -79,7 +79,7 @@
         "devServer" : {
             "proxy" : {
                 "/dev-api" : {
-                    "target" : "http://172.16.2.121:8080",
+                    "target" : "http://172.16.2.122:8080",
                     "changeOrigin" : true,
                     "secure" : false,
                     "pathRewrite" : {

--
Gitblit v1.9.1