yzxy-mobile/pages.json

79 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": {}
}