frontend_h5/treegitee/pages.json

199 lines
4.2 KiB
JSON
Raw Permalink Normal View History

2024-06-17 15:25:46 +08:00
{
"easycom": {
// 下载安装的方式需要前面的"@/"npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "积分专区"
}
},{
"path": "pages/mt/register",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/mt/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/mt/index",
"style": {
"navigationBarTitleText": "美食一键送达"
}
},
{
"path": "pages/exchange/index",
"style": {
"navigationBarTitleText": "兑好物",
"enablePullDownRefresh": true
}
},
{
"path": "pages/product/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/product/Pay",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
}, {
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}, {
"path": "pages/product/paying",
"style": {
"navigationBarTitleText": "正在支付"
}
}, {
"path": "pages/activity/index",
"style": {
"navigationBarTitleText": "活动中心",
"enablePullDownRefresh": true
}
}, {
"path": "pages/outline/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}, {
"path": "pages/product/overpay",
"style": {
"navigationBarTitleText": "完成支付"
}
}, {
"path": "pages/turntable/index",
"style": {
"navigationBarTitleText": "幸运大转盘"
}
}, {
"path": "pages/my/prizes",
"style": {
"navigationBarTitleText": "我的奖品",
"enablePullDownRefresh": true
}
}, {
"path": "pages/scap/index",
"style": {
"navigationBarTitleText": "幸运刮刮乐"
}
}, {
"path": "pages/around/index",
"style": {
"navigationBarTitleText": "幸运转转转"
}
}, {
"path": "pages/answer/index",
"style": {
"navigationBarTitleText": "答题赢大奖"
}
}, {
"path": "pages/answer/inner",
"style": {
"navigationBarTitleText": "答题赢大奖"
}
}, {
"path": "pages/qz/index",
"style": {
"navigationBarTitleText": "电影"
}
}, {
"path": "pages/award/index",
"style": {
"navigationBarTitleText": "积分领取"
}
}, {
"path": "pages/redeem/index",
"style": {
"navigationBarTitleText": "积分兑换"
}
}, {
"path": "pages/scap/scratch",
"style": {
"navigationBarTitleText": "幸运刮刮乐"
}
}, {
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "快速登录"
}
}, {
"path": "pages/mt/preferential",
"style": {
"navigationBarTitleText": "美食一键送达"
}
}, {
"path": "pages/mt/preferential2",
"style": {
"navigationBarTitleText": "美食一键送达"
}
}, {
"path": "pages/mt/order",
"style": {
"navigationBarTitleText": "订单信息"
}
}, {
"path": "pages/mt/pay",
"style": {
"navigationBarTitleText": "支付"
}
}, {
"path": "pages/mt/redm",
"style": {
"navigationBarTitleText": "可用红包"
}
}, {
"path": "pages/mt/over",
"style": {
"navigationBarTitleText": "支付状态"
}
}
],
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#fff",
"color": "#E2E2E2",
"selectedColor": "#250063",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home1.png"
}, {
"text": "订单",
"pagePath": "pages/order/index",
"iconPath": "static/order.png",
"selectedIconPath": "static/order1.png"
}, {
"text": "我的",
"pagePath": "pages/my/index",
"iconPath": "static/my.png",
"selectedIconPath": "static/my1.png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}