第一步就把我难住了,,,新建了一个uniapp项目,请问怎么把默认页的标题栏去掉啊?
- 发布:2023-09-20 22:16
- 更新:2023-09-21 09:20
- 阅读:358
2***@qq.com (作者)
现在的代码
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index"
}
],
"globalStyle": {
},
"uniIdRouter": {}
}
赵永强 - 前端老菜鸟
{
"path" : "pages/index/index",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}