feat: 整理通屏页二级页面

This commit is contained in:
Burt
2024-01-08 21:28:03 +08:00
parent 3afb34bce5
commit d05dae4cbf
5 changed files with 24 additions and 20 deletions

View File

@@ -73,23 +73,6 @@
}
}
},
{
"path": "pages/throughout2/index",
"type": "page",
"style": {
"navigationBarTitleText": "通屏+下拉刷新+自定义导航栏",
"enablePullDownRefresh": false,
"backgroundColor": "#23c09c",
"app-plus": {
"titleNView": {
"type": "transparent"
}
},
"mp-weixin": {
"navigationStyle": "custom"
}
}
},
{
"path": "pages/index/demo/component-auto-import",
"type": "page"
@@ -117,6 +100,23 @@
"path": "pages/index/demo/request",
"type": "page"
},
{
"path": "pages/index/demo/throughout",
"type": "page",
"style": {
"navigationBarTitleText": "通屏+下拉刷新+自定义导航栏",
"enablePullDownRefresh": false,
"backgroundColor": "#23c09c",
"app-plus": {
"titleNView": {
"type": "transparent"
}
},
"mp-weixin": {
"navigationStyle": "custom"
}
}
},
{
"path": "pages/index/demo/uni-ui-icons",
"type": "page"