上传组件

This commit is contained in:
zouzhibing
2022-04-14 17:08:57 +08:00
parent 628ff2a581
commit 0b6a08d84c
24 changed files with 3065 additions and 703 deletions

View File

@@ -3,40 +3,59 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": "uni-app",
"h5":{
"titleNView":false
}
}
},
{
"path": "pages/table/index",
"style": {
"navigationBarTitleText": "table"
"h5":{
"titleNView":false
},
"navigationBarTitleText": "zb-table"
}
}
],
,{
"path" : "pages/drawer/drawer",
"style" :
{
"h5":{
"titleNView":false
},
"navigationBarTitleText": "zb-drawer",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png",
"text": "主页"
},
{
"pagePath": "pages/table/index",
"iconPath": "static/component.png",
"selectedIconPath": "static/componentHL.png",
"text": "表格组件"
}
]
}
// ,
// "tabBar": {
// "color": "#7A7E83",
// "selectedColor": "#007AFF",
// "borderStyle": "black",
// "backgroundColor": "#F8F8F8",
// "list": [
// {
// "pagePath": "pages/index/index",
// "iconPath": "static/home.png",
// "selectedIconPath": "static/home-active.png",
// "text": "主页"
// },
// {
// "pagePath": "pages/table/index",
// "iconPath": "static/component.png",
// "selectedIconPath": "static/componentHL.png",
// "text": "表格组件"
// }
// ]
// }
}