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 | 28 ++++++++++++----------------
1 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/manifest.json b/manifest.json
index 1088a6e..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,
@@ -50,6 +50,11 @@
"quickapp" : {},
/* 灏忕▼搴忕壒鏈夌浉鍏� */
"mp-weixin" : {
+ "appid" : "wxfc579973fbdde096",
+ "setting" : {
+ "urlCheck" : false,
+ "minified" : true
+ },
"usingComponents" : true
},
"mp-alipay" : {
@@ -66,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