work-order/work-order-uniapp/pages.json
2025-07-27 20:34:15 +08:00

247 lines
4.7 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像"
}
},
{
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料"
}
},
{
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
},
{
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
},
{
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
},
{
"path": "pages/task/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/address/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/address/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/task/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mch/check",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mch/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mch/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mch/mine",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mch/balance",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/score/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/task/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/car/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/car/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/vip/buy",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/vip/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mchCustom/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mchCustom/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/article/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/article/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/complaint/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/dashboard/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/task/more",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mchStaff/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/withdraw/index",
"style": {
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#12cb74",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "首页"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}
],
"custom": true
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF"
}
}