47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/personal/personal",
|
|
"pages/sign/index",
|
|
"pages/user/login",
|
|
"pages/logs/logs",
|
|
"pages/order/index",
|
|
"pages/order/detail"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "assets/images/icon_home.png",
|
|
"selectedIconPath": "assets/images/icon_home_selected.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/index",
|
|
"iconPath": "assets/images/icon_order.png",
|
|
"selectedIconPath": "assets/images/icon_order_selected.png",
|
|
"text": "订单"
|
|
},
|
|
{
|
|
"pagePath": "pages/personal/personal",
|
|
"iconPath": "assets/images/icon_user.png",
|
|
"selectedIconPath": "assets/images/icon_user_selected.png",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"v-button": "@vant/weapp/button/index",
|
|
"v-tab": "@vant/weapp/tab/index",
|
|
"v-tabs": "@vant/weapp/tabs/index",
|
|
"van-dialog": "@vant/weapp/dialog/index",
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
"van-cell-group": "@vant/weapp/cell-group/index"
|
|
}
|
|
} |