Files
barter-app/pages.json
2021-08-04 17:59:36 +08:00

134 lines
3.1 KiB
JSON

{
"pages": [{
"path": "pages/guide/index",
"name": "Guide",
"style": {
"navigationStyle":"custom"
}
}, {
"path": "pages/index/index",
"name": "Index"
}, {
"path": "pages/user/index",
"name": "User",
"style": {
"navigationBarTitleText": "我的",
"transparentTitle": "auto"
}
}, {
"path": "pages/login/login",
"name": "Login"
}, {
"path": "pages/login/sms",
"name": "Sms"
}, {
"path": "pages/company/auth",
"style": {
"navigationBarTitleText": "企业认证",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vip/index",
"style": {
"navigationBarTitleText": "会员",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vip/pay",
"style": {
"navigationBarTitleText": "会员支付",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/details",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/submit",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/property/cash",
"style": {
"navigationBarTitleText": "现金账户",
"enablePullDownRefresh": false
}
}, {
"path": "pages/property/eb",
"style": {
"navigationBarTitleText": "EB账户",
"enablePullDownRefresh": false
}
},
{
"path": "pages/property/integral",
"style": {
"navigationBarTitleText": "贡献值",
"enablePullDownRefresh": false
}
},
{
"path": "pages/property/token",
"style": {
"navigationBarTitleText": "数权账户",
"enablePullDownRefresh": false
}
},
{
"path": "pages/equity/index",
"name": "Equity",
"style":{
"navigationBarTitleText":"企业广场",
"navigationStyle":"custom"
}
}
],
"tabBar": {
"color": "#bababa",
"selectedColor": "#c82626",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "易货",
"iconPath": "static/tabBar/tabBar_icon_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png"
}, {
"pagePath": "pages/property/token",
"text": "数权",
"iconPath": "static/tabBar/tabBar_icon_01.png",
"selectedIconPath": "static/tabBar/tabBar_show_01.png"
}, {
"pagePath": "pages/property/integral",
"text": "贡献值",
"iconPath": "static/tabBar/tabBar_icon_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png"
}, {
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/tabBar/tabBar_icon_03.png",
"selectedIconPath": "static/tabBar/tabBar_show_03.png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "易货",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"nv": "@/uni_modules/pyh-nv/components/pyh-nv/pyh-nv.vue"
}
}