代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "", // 设置为空字符串以隐藏标题
"navigationBarTextStyle": "white", // 设置导航栏文字颜色为白色
"navigationBarBackgroundColor": "#ff5c7f" // 设置导航栏背景颜色为#ff5c7f
}
}, {
"path": "pages/component/component",
"style": {
"navigationBarTitleText": "%index.component%",
"enablePullDownRefresh": false
}
}, {
"path": "pages/api/api",
"style": {
"navigationBarTitleText": "%index.api%",
"enablePullDownRefresh": false
}
}, {
"path": "pages/schema/schema",
"style": {
"navigationBarTitleText": "%index.schema%",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/index/addGood",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/index/menuManager",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
/* "tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"height":"20px",
"list": [{
"pagePath": "pages/index/index",
"text": "%index.home%"
},
{
"pagePath": "pages/component/component",
"text": "%index.component%"
}, {
"pagePath": "pages/api/api",
"text": "%index.api%"
}, {
"pagePath": "pages/schema/schema",
"text": "%index.schema%"
}
]
}, */
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。