|
|
@@ -15,7 +15,7 @@
|
|
|
}
|
|
|
},
|
|
|
"tabBar": {
|
|
|
- "custom": true,
|
|
|
+ "custom": false,
|
|
|
"color": "#999999",
|
|
|
"selectedColor": "#018d71",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
@@ -26,16 +26,16 @@
|
|
|
"spacing": "3px",
|
|
|
"list": [
|
|
|
{
|
|
|
- "text": "首页",
|
|
|
+ "iconPath": "static/tabbar/home.png",
|
|
|
+ "selectedIconPath": "static/tabbar/homeHL.png",
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconType": "uniUi",
|
|
|
- "icon": "home"
|
|
|
+ "text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "text": "关于",
|
|
|
+ "iconPath": "static/tabbar/example.png",
|
|
|
+ "selectedIconPath": "static/tabbar/exampleHL.png",
|
|
|
"pagePath": "pages/about/about",
|
|
|
- "iconType": "unocss",
|
|
|
- "icon": "i-carbon-code"
|
|
|
+ "text": "关于"
|
|
|
}
|
|
|
]
|
|
|
},
|