From aec5a416d7a5d09d7730b9ecc6f058bb334543ea Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 09 三月 2023 10:35:15 +0800
Subject: [PATCH] 修改图片名称
---
miniprogram/app.json | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/miniprogram/app.json b/miniprogram/app.json
index bb9eb22..9178aef 100644
--- a/miniprogram/app.json
+++ b/miniprogram/app.json
@@ -28,12 +28,25 @@
"pages/user/group/message/index",
"pages/user/group/message/publicty/index"
],
+ "usingComponents": {
+ "van-button": "@vant/weapp/button/index",
+ "van-empty": "@vant/weapp/empty/index",
+ "van-cell": "@vant/weapp/cell/index",
+ "van-cell-group": "@vant/weapp/cell-group/index",
+ "van-grid": "@vant/weapp/grid/index",
+ "van-grid-item": "@vant/weapp/grid-item/index",
+ "van-icon": "@vant/weapp/icon/index",
+ "van-row": "@vant/weapp/row/index",
+ "van-col": "@vant/weapp/col/index",
+ "van-notify": "@vant/weapp/notify/index",
+ "van-toast": "@vant/weapp/toast/index"
+ },
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "闈掗槼鍒嗗眬缁忎睛澶ч槦",
+ "navigationBarTitleText": "闈掔緤鍒嗗眬缁忎睛澶ч槦",
"navigationBarTextStyle": "black"
},
- "style": "v2",
+
"sitemapLocation": "sitemap.json"
}
\ No newline at end of file
--
Gitblit v1.8.0