|
|
@@ -3,7 +3,8 @@
|
|
|
"pages/home/home",
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs",
|
|
|
- "pages/list/list"
|
|
|
+ "pages/list/list",
|
|
|
+ "pages/my/my"
|
|
|
],
|
|
|
"window": {
|
|
|
"navigationBarTextStyle": "white",
|
|
|
@@ -11,6 +12,32 @@
|
|
|
"navigationBarBackgroundColor": "#f00",
|
|
|
"navigationStyle": "default"
|
|
|
},
|
|
|
+ "tabBar": {
|
|
|
+ "custom": false,
|
|
|
+ "color": "#000000",
|
|
|
+ "selectedColor": "#f00",
|
|
|
+ "backgroundColor": "#fff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "/icon/home.png",
|
|
|
+ "selectedIconPath": "/icon/home1.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/list/list",
|
|
|
+ "text": "列表",
|
|
|
+ "iconPath": "/icon/shop.png",
|
|
|
+ "selectedIconPath": "/icon/shop1.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "/icon/my.png",
|
|
|
+ "selectedIconPath": "/icon/my1.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"style": "v2",
|
|
|
"componentFramework": "glass-easel",
|
|
|
"sitemapLocation": "sitemap.json",
|