Files
ClassContent/历届学生/吴欣阳/项目开发/上课项目/屁桃儿uniapp/pages.json
2024-09-27 02:06:13 +08:00

72 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/index/index",
"style": {
"navigationBarTitleText": "哈哈哈",
"app-plus": {
"titleNView": {
"searchInput": {
"backgroundColor": "#fff",
"borderRadius": "32px",
"placeholder": "198万张图有你想要的...",
"disabled": true
},
"buttons": [
{
"text": "\ue61c",
"float": "left",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
},
{
"text": "\ue611",
"float": "right",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}
]
}
}
}
},
{
"path" : "pages/about/about",
"style" :
{
"navigationBarTitleText": "关于我",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/info/info",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#fb7299",
"backgroundColor": "#fb7299"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
}, {
"pagePath": "pages/about/about",
"text": "关于我"
}]
}
}