|
|
@@ -88,5 +88,25 @@
|
|
|
},
|
|
|
"usingComponents": {},
|
|
|
"plugins": {}
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "custom": true,
|
|
|
+ "color": "#999999",
|
|
|
+ "selectedColor": "#333333",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/numberOfDiners/index",
|
|
|
+ "text": "扫码点餐"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/personal/index",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|