{
|
"pages": [ //pages数组中第一项表示应用启动页
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/classify/index",
|
"style": {
|
"navigationBarTitleText": "分类"
|
}
|
},
|
{
|
"path": "pages/mine/index",
|
"style": {
|
"navigationBarTitleText": "我的"
|
}
|
},
|
{
|
"path": "pages/index/ability/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/index/search/index",
|
"style": {
|
"navigationBarTitleText": "搜索"
|
}
|
},
|
{
|
"path": "pages/index/ability/coupon",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/goodDetail/index",
|
"style": {
|
"navigationBarTitleText": "商品详情"
|
// "app-plus": {
|
// "titleNView": false
|
// }
|
}
|
|
},
|
{
|
"path": "pages/rankingList/index",
|
"style": {
|
"navigationBarTitleText": "排行榜"
|
}
|
},
|
{
|
"path": "pages/madBuy/index",
|
"style": {
|
"navigationBarTitleText": "限时秒杀"
|
}
|
},
|
{
|
"path": "pages/takeout/mt",
|
"style": {
|
"navigationBarTitleText": "美团"
|
}
|
},
|
{
|
"path": "pages/takeout/elm",
|
"style": {
|
"navigationBarTitleText": "饿了么"
|
}
|
},
|
{
|
"path": "pages/webShow/index",
|
"style": {
|
"navigationBarTitleText": "领券购买"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {},
|
"tabBar": {
|
"color": "#7A7E83",
|
"selectedColor": "#007AFF",
|
"borderStyle": "black",
|
"backgroundColor": "#F8F8F8",
|
// "iconfontSrc": "static/icon/iconfont.ttf",
|
// "fontSize": "24px",
|
// "spacing": "6px",
|
// "height": "100px",
|
"list": [{
|
"pagePath": "pages/takeout/mt",
|
"text": "外卖",
|
"iconPath": "static/shouye.png",
|
"selectedIconPath": "static/shouyeHL.png"
|
},
|
|
/* {
|
"pagePath": "pages/index/index",
|
"text": "首页",
|
"iconPath": "static/shouye.png",
|
"selectedIconPath": "static/shouyeHL.png"
|
}, */
|
// {
|
// "pagePath": "pages/recommend/index",
|
// "iconPath": "static/recommend.png",
|
// "selectedIconPath": "static/recomendHL.png",
|
// "text": "小编推荐"
|
// }, {
|
// "pagePath": "pages/perferential/index",
|
// "iconPath": "static/youhuiquan.png",
|
// "selectedIconPath": "static/youhuiquanHL.png",
|
// "text": "优惠线报"
|
// },
|
{
|
"pagePath": "pages/classify/index",
|
"iconPath": "static/classify.png",
|
"selectedIconPath": "static/classifyHL.png",
|
"text": "分类"
|
}, {
|
"pagePath": "pages/rankingList/index",
|
"iconPath": "static/homeimg/ph.png",
|
"selectedIconPath": "static/homeimg/phHL.png",
|
"text": "排行"
|
}, {
|
"pagePath": "pages/mine/index",
|
"iconPath": "static/mine.png",
|
"selectedIconPath": "static/mineHL.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|