代码拉取完成,页面将自动刷新
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。