加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
xuwenfeng 提交于 2022-12-07 16:44 . 1
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue8b9",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "26px",
"float": "left"
}]
}
}
}
}, {
"path": "pages/feeds/feeds",
"style": {
"navigationBarTitleText": "发布",
"enablePullDownRefresh": false
}
}, {
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFF",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/auth/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/components/menu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/404/404",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#60C696",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#959899",
"selectedColor": "#60C696",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/home_light.png"
},
{
"pagePath": "pages/feeds/feeds",
"text": "发布",
"iconPath": "/static/images/camera.png",
"selectedIconPath": "/static/images/camera_light.png"
}, {
"pagePath": "pages/center/center",
"text": "个人中心",
"iconPath": "/static/images/my.png",
"selectedIconPath": "/static/images/my_light.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化