From 517840ff199063419bbda4d1d4ef2b0ebc49e71d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期三, 25 十二月 2024 11:23:53 +0800
Subject: [PATCH] feat(支持线上订单支付 ):
---
manifest.json | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/manifest.json b/manifest.json
index 7b3df3e..1088a6e 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,
@@ -50,11 +50,6 @@
"quickapp" : {},
/* 灏忕▼搴忕壒鏈夌浉鍏� */
"mp-weixin" : {
- "appid" : "wxfc579973fbdde096",
- "setting" : {
- "urlCheck" : false,
- "minified" : true
- },
"usingComponents" : true
},
"mp-alipay" : {
@@ -71,15 +66,15 @@
},
"vueVersion" : "2",
"h5" : {
- "title" : "鏀粯",
+ "title" : "鍐�椹夸粯",
"router" : {
- "base" : "/pay/",
+ "base" : "/",
"mode" : "history"
},
"devServer" : {
"proxy" : {
"/dev-api" : {
- "target" : "http://172.16.2.117:8080",
+ "target" : "http://172.16.2.121:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
--
Gitblit v1.9.1