加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
xushouyu 提交于 2024-08-22 09:50 . init: uni-app 初始化项目
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app x"
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/vip/vip",
"style": {
"navigationBarTitleText": "会员",
"navigationBarBackgroundColor": "#ff4b4e"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/component/navigator",
"style": {
"navigationBarTitleText": "navigator"
}
},
{
"path": "pages/component/navigate",
"style": {
"navigationBarTitleText": "navigate",
"navigationBarBackgroundColor": "#00ff00"
}
},
{
"path": "pages/component/buttonstatus",
"style": {
"navigationBarTitleText": "按钮样式"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#007aff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/component.png",
"selectedIconPath": "static/componentHL.png",
"text": "首页"
},
{
"pagePath": "pages/shop/shop",
"iconPath": "static/api.png",
"selectedIconPath": "static/apiHL.png",
"text": "商城"
},
{
"pagePath": "pages/vip/vip",
"iconPath": "static/css.png",
"selectedIconPath": "static/cssHL.png",
"text": "会员"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/template.png",
"selectedIconPath": "static/templateHL.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化