tabber
This commit is contained in:
13
unpackage/dist/dev/mp-weixin/app.json
vendored
13
unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -7,5 +7,18 @@
|
||||
"navigationStyle": "custom",
|
||||
"statusBarBackground": "#ffffff"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/Home/Home",
|
||||
"text": "组件"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "API"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user