You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clothesProject/app.json

53 lines
1.8 KiB

{
"cloud": true,
"pages": [
"pages/index/index",
"pages/navigation/index/index",
"pages/navigation/index/show_clothes/show_clothes",
"pages/navigation/index/add/add",
"pages/navigation/index/delete/delete",
"pages/navigation/self/self",
"pages/navigation/userinform/userinform",
"pages/navigation/safety/safety",
"pages/navigation/shezhi/shezhi",
"pages/navigation/index/recommand/recommand",
"pages/navigation/index/add/camera/camera"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"van-button": "pages/miniprogram_npm/@vant/weapp/button/index",
"van-tabbar": "pages/miniprogram_npm/@vant/weapp/tabbar/index",
"van-tabbar-item": "pages/miniprogram_npm/@vant/weapp/tabbar-item/index",
"van-image": "pages/miniprogram_npm/@vant/weapp/image/index",
"van-icon": "pages/miniprogram_npm/@vant/weapp/icon/index",
"van-divider": "pages/miniprogram_npm/@vant/weapp/divider/index",
"van-rate": "pages/miniprogram_npm/@vant/weapp/rate/index",
"van-field": "pages/miniprogram_npm/@vant/weapp/field/index",
"van-toast": "pages/miniprogram_npm/@vant/weapp/toast/index"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"selectedColor": "#5001",
"backgroundColor": "white",
"borderStyle": "white",
"list": [
{
"text": "首页",
"pagePath": "pages/navigation/index/index",
"iconPath": "pages/img/首页.png",
"selectedIconPath": "pages/img/首页.png"
},
{
"text": "我的",
"pagePath": "pages/navigation/self/self",
"iconPath": "pages/img/我的.png",
"selectedIconPath": "pages/img/我的.png"
}
]
}
}