上传组件
This commit is contained in:
65
pages.json
65
pages.json
@@ -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": "表格组件"
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user