You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YX-SCM/yunxi-ui-app-hl/pages.json

108 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/xiaoxi/index",
"style": {
"navigationBarTitleText": "系统消息"
}
},
{
"path": "pages/renwu/info",
"style": {
"navigationBarTitleText": "任务详情"
}
},
{
"path": "pages/renwu/index",
"style": {
"navigationBarTitleText": "任务中心"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/user/forgot",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/user/profile",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/user/setting",
"style": {
"navigationBarTitleText": "账户设置"
}
},
{
"path": "pages/login/social",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/mobile",
"style": {
"navigationBarTitleText": "手机登录"
}
}
],
"tabBar": {
"selectedColor": "#1296db",
"color": "#bfbfbf",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/tabbar/index.png",
"selectedIconPath": "/static/images/tabbar/index-active.png"
},
{
"pagePath": "pages/renwu/index",
"text": "任务中心",
"iconPath": "/static/images/tabbar/renwu.png",
"selectedIconPath": "/static/images/tabbar/renwu-active.png"
},
{
"pagePath": "pages/xiaoxi/index",
"text": "系统消息",
"iconPath": "/static/images/tabbar/xiaoxi.png",
"selectedIconPath": "/static/images/tabbar/xiaoxi-active.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "/static/images/tabbar/user.png",
"selectedIconPath": "/static/images/tabbar/user-active.png"
}
]
},
"globalStyle": {
"navigationStyle": "custom", // 自定义导航栏
"navigationBarTextStyle": "black",
"navigationBarTitleText": "合立机械",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff",
"onReachBottomDistance": 50
}
}