Files
anxinyan/user-app/src/pages.json

196 lines
4.0 KiB
JSON

{
"pages": [
{
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/auth/wechat-bind",
"style": {
"navigationBarTitleText": "绑定手机号"
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "安心验",
"navigationStyle": "custom"
}
},
{
"path": "pages/appraisal/service",
"style": {
"navigationBarTitleText": "选择鉴定服务"
}
},
{
"path": "pages/appraisal/product",
"style": {
"navigationBarTitleText": "选择商品信息"
}
},
{
"path": "pages/appraisal/confirm",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/appraisal/success",
"style": {
"navigationBarTitleText": "提交成功"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/shipping",
"style": {
"navigationBarTitleText": "查看寄送"
}
},
{
"path": "pages/order/supplement",
"style": {
"navigationBarTitleText": "补充资料"
}
},
{
"path": "pages/report/detail",
"style": {
"navigationBarTitleText": "报告详情"
}
},
{
"path": "pages/verify/result",
"style": {
"navigationBarTitleText": "报告验真"
}
},
{
"path": "pages/material-tag/detail",
"style": {
"navigationBarTitleText": "吊牌验真"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "报告",
"navigationStyle": "custom"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息中心"
}
},
{
"path": "pages/help/index",
"style": {
"navigationBarTitleText": "帮助中心"
}
},
{
"path": "pages/help/detail",
"style": {
"navigationBarTitleText": "帮助详情"
}
},
{
"path": "pages/address/index",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "pages/address/edit",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "pages/settings/index",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/settings/password",
"style": {
"navigationBarTitleText": "登录密码"
}
},
{
"path": "pages/support/index",
"style": {
"navigationBarTitleText": "客服支持"
}
},
{
"path": "pages/support/create",
"style": {
"navigationBarTitleText": "发起工单"
}
},
{
"path": "pages/support/detail",
"style": {
"navigationBarTitleText": "工单详情"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#6b6b6b",
"selectedColor": "#151515",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/order/index",
"text": "订单"
},
{
"pagePath": "pages/report/index",
"text": "报告"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "安心验",
"navigationBarBackgroundColor": "#FBFAF7",
"backgroundColor": "#FBFAF7"
}
}