'首页样式'
This commit is contained in:
+6
-2
@@ -31,11 +31,15 @@
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
"text": "首页",
|
||||
"iconPath": "static/icons/tabbar/tab_home_gray.svg",
|
||||
"selectedIconPath": "static/icons/tabbar/tab_home_orange.svg"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/products/products",
|
||||
"text": "产品"
|
||||
"text": "产品",
|
||||
"iconPath": "static/icons/tabbar/tab_product_gray.svg",
|
||||
"selectedIconPath": "static/icons/tabbar/tab_product_orange.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user