qa-prevention-xgf-app/pages.json

177 lines
3.5 KiB
JSON
Raw Permalink Normal View History

2023-11-07 10:24:08 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
},
"mp-alipay": {
"allowsBounceVertical": "NO"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/login/forgot_password",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/related_party_units/view",
"style": {
"navigationBarTitleText": "查看相关方单位"
}
},
{
"path": "pages/related_party_units/add",
"style": {
"navigationBarTitleText": "注册相关方单位"
}
},
{
"path": "pages/related_party_units/edit",
"style": {
"navigationBarTitleText": "修改信息"
}
},
{
"path": "pages/electronic_work_card/index",
"style": {
"navigationBarTitleText": "电子工牌"
}
},
{
"path": "pages/service_unit_management/index",
"style": {
"navigationBarTitleText": "服务单位管理"
}
},
{
"path": "pages/service_unit_management/view",
"style": {
"navigationBarTitleText": "服务单位管理查看"
}
},
{
"path": "pages/certificate_information/index",
"style": {
2024-09-30 09:40:54 +08:00
"navigationBarTitleText": "证书信息"
2023-11-07 10:24:08 +08:00
}
},
{
"path": "pages/certificate_information/view",
"style": {
"navigationBarTitleText": "证书信息查看"
}
},
{
"path": "pages/certificate_information/add",
"style": {
"navigationBarTitleText": "证书信息新建"
}
},
{
"path": "pages/employed_by/index",
"style": {
"navigationBarTitleText": "就职单位"
}
},
{
"path": "pages/employed_by/resignation_application",
"style": {
"navigationBarTitleText": "离职申请"
}
},
{
"path": "pages/mine/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mine/information/index",
"style": {
2024-09-30 09:40:54 +08:00
"navigationBarTitleText": "我的信息"
2023-11-07 10:24:08 +08:00
}
},
{
"path": "pages/mine/information/update",
"style": {
"navigationBarTitleText": "我的信息修改"
}
},
{
"path": "pages/mine/feedback/feedback",
"style": {
"navigationBarTitleText": "问题反馈"
}
},
{
"path": "pages/mine/change_password/change_password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/mine/about_us/about_us",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/mine/agreement/agreement",
"style": {
"navigationBarTitleText": "用户服务协议"
}
},
{
"path": "pages/mine/privacy/privacy",
"style": {
"navigationBarTitleText": "隐私协议"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#043fff"
},
"tabBar": {
"color": "#7d7e80",
"selectedColor": "#1989fa",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/png/home.png",
"selectedIconPath": "static/png/home-select.png"
},
{
"pagePath": "pages/mine/index/index",
"text": "我的",
"iconPath": "static/png/my.png",
"selectedIconPath": "static/png/my-select.png"
}
]
}
}