yzxy-mobile/pages.json

79 lines
1.8 KiB
JSON
Raw Normal View History

2024-08-26 17:24:26 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "分发记录",
"enablePullDownRefresh": true
}
}, {
"path": "pages/distribute/index",
"style": {
"navigationBarTitleText": "产品分发",
"enablePullDownRefresh": true
}
}, {
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true
}
}, {
"path": "pages/directory/index",
"style": {
"navigationBarTitleText": "划拨记录",
"enablePullDownRefresh": true
}
}, {
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true
}
},{
"path": "pages/directory/index",
"style": {
"navigationBarTitleText": "划拨记录",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#fff",
"color": "#190F58",
"selectedColor": "#190F58",
"list": [{
"text": "分发记录",
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home.png"
}, {
"text": "去分发",
"pagePath": "pages/distribute/index",
"iconPath": "static/ff.png",
"selectedIconPath": "static/ff.png"
},
{
"text": "我的",
"pagePath": "pages/my/index",
"iconPath": "static/my.png",
"selectedIconPath": "static/my.png"
}
]
},
"uniIdRouter": {}
}