cashier_wx/pages.json

143 lines
3.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"autoBackButton": false,
"allowsBounceVertical": "NO"
}
}
},
{
"path": "pages/index/tothestore",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/coupons/index",
"style": {
"navigationBarTitleText": "红包中心"
}
},
{
"path": "pages/product/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/product/choosetable",
"style": {
"navigationBarTitleText": "选择人数"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFD158",
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "pages/user/member/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "pages/user/member/list",
"style": {
"navigationBarTitleText": "会员列表"
}
},
{
"path": "pages/user/member/memberdetails",
"style": {
"navigationBarTitleText": "会员卡"
}
},
{
"path": "pages/user/member/billDetails",
"style": {
"navigationBarTitleText": "账单明细"
}
},
{
"path": "pages/user/member/qrcode",
"style": {
"navigationBarTitleText": "会员支付码"
}
},
{
"path": "pages/user/myself",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "优惠卷"
}
}
],
"uniIdRouter": {},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "零点八零",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F2F2F2"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"list": [{
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/1-1.png",
"pagePath": "pages/index/index",
"text": "首页"
}, {
"iconPath": "static/tabbar/2.png",
"selectedIconPath": "static/tabbar/2-1.png",
"pagePath": "pages/order/index",
"text": "订单列表"
},
{
"iconPath": "static/tabbar/4.png",
"selectedIconPath": "static/tabbar/4-1.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
}
}