|
@@ -1,7 +1,10 @@
|
|
|
{
|
|
|
"pages":[
|
|
|
"pages/index/index",
|
|
|
- "pages/logs/logs"
|
|
|
+ "pages/logs/logs",
|
|
|
+ "pages/aaa/abc",
|
|
|
+ "pages/bbb/bbc",
|
|
|
+ "pages/ccc/cbc"
|
|
|
],
|
|
|
"window":{
|
|
|
"backgroundTextStyle":"light",
|
|
@@ -10,7 +13,22 @@
|
|
|
"navigationBarTextStyle":"black"
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
- "van-button": "@vant/weapp/button"
|
|
|
+ "van-button": "@vant/weapp/button",
|
|
|
+ "van-empty": "@vant/weapp/empty/index",
|
|
|
+ "van-icon": "@vant/weapp/icon/index",
|
|
|
+ "van-row": "@vant/weapp/row/index",
|
|
|
+ "van-col": "@vant/weapp/col/index",
|
|
|
+ "van-cell": "@vant/weapp/cell/index",
|
|
|
+ "van-cell-group": "@vant/weapp/cell-group/index",
|
|
|
+ "van-tabbar": "@vant/weapp/tabbar/index",
|
|
|
+ "van-tabbar-item": "@vant/weapp/tabbar-item/index",
|
|
|
+ "van-panel": "@vant/weapp/panel/index",
|
|
|
+ "van-divider": "@vant/weapp/divider/index",
|
|
|
+ "van-goods-action": "@vant/weapp/goods-action/index",
|
|
|
+ "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
|
|
|
+ "van-goods-action-button": "@vant/weapp/goods-action-button/index",
|
|
|
+ "van-card": "@vant/weapp/card/index",
|
|
|
+ "van-swipe-cell": "@vant/weapp/swipe-cell/index"
|
|
|
},
|
|
|
|
|
|
"sitemapLocation": "sitemap.json"
|