|
@@ -14,34 +14,36 @@
|
|
|
"pages/download/download",
|
|
|
"pages/wakeList/wakeList",
|
|
|
"pages/aboutInfo/aboutInfo",
|
|
|
- "pages/home/home",
|
|
|
- "pages/detail/detail"
|
|
|
+ "pages/home/home"
|
|
|
],
|
|
|
+
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "pages/piano/",
|
|
|
+ "pages": [
|
|
|
+ "detail/detail"
|
|
|
+ ]
|
|
|
+ }],
|
|
|
+
|
|
|
"tabBar": {
|
|
|
- "custom": true,
|
|
|
- "color": "#000",
|
|
|
- "selectedColor": "#4d94f0",
|
|
|
- "backgroundColor": "#fff",
|
|
|
"borderStyle": "black",
|
|
|
- "list": [
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "./img/index_unaction.png",
|
|
|
+ "selectedIconPath": "./img/index_action.png"
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/home/home",
|
|
|
- "text": "首页",
|
|
|
- "iconPath": "/img/index_unaction.png",
|
|
|
- "selectedIconPath": "/img/index_action.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "频道",
|
|
|
- "iconPath": "/img/index_unaction.png",
|
|
|
- "selectedIconPath": "/img/index_action.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/me/me",
|
|
|
- "text": "我的",
|
|
|
- "iconPath": "/img/me_unaction.png",
|
|
|
- "selectedIconPath": "/img/me_action.png"
|
|
|
- }
|
|
|
+ "text": "首页2",
|
|
|
+ "iconPath": "./img/index_unaction.png",
|
|
|
+ "selectedIconPath": "./img/index_action.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "./img/me_unaction.png",
|
|
|
+ "selectedIconPath": "./img/me_action.png"
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
"window": {
|