Commit 5590ab90 authored by 北桥's avatar 北桥

fix: tabbar

parent 0a1fa4b5
...@@ -835,22 +835,22 @@ ...@@ -835,22 +835,22 @@
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"borderStyle": "black", "borderStyle": "black",
"list": [{ "list": [{
"pagePath": "pages/example/components" "pagePath": "pages/example/components",
// "iconPath": "static/uview/example/component.png", "iconPath": "static/uview/example/component.png",
// "selectedIconPath": "static/uview/example/component_select.png", "selectedIconPath": "static/uview/example/component_select.png",
// "text": "组件" "text": "组件"
}, },
{ {
"pagePath": "pages/example/js" "pagePath": "pages/example/js",
// "iconPath": "static/uview/example/js.png", "iconPath": "static/uview/example/js.png",
// "selectedIconPath": "static/uview/example/js_select.png", "selectedIconPath": "static/uview/example/js_select.png",
// "text": "工具" "text": "工具"
}, },
{ {
"pagePath": "pages/example/template" "pagePath": "pages/example/template",
// "iconPath": "static/uview/example/template.png", "iconPath": "static/uview/example/template.png",
// "selectedIconPath": "static/uview/example/template_select.png", "selectedIconPath": "static/uview/example/template_select.png",
// "text": "模板" "text": "模板"
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment