feat(uploadClothes): 隐藏页面头部并更新标题配置
- 在页面挂载时隐藏 uni-app 默认头部导航栏- 更新 pages.json 中页面标题文本为 "1234" - 配置 titleNView选项以关闭 H5 和 app 端的标题栏 - 添加关于换发型功能的文档链接到 README.md
This commit is contained in:
+5
-1
@@ -100,8 +100,12 @@
|
||||
{
|
||||
"path": "pages/uploadClothes/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "123",
|
||||
"navigationBarTitleText": "1234",
|
||||
"navigationStyle": "custom",
|
||||
"titleNView": false,
|
||||
"app-plus": {
|
||||
"titleNView": false // 关闭 H5 端的标题栏
|
||||
},
|
||||
"h5": {
|
||||
"titleNView": false // H5 端直接去掉浏览器默认标题栏
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user