|
@@ -1,6 +1,8 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+ "pages/home/home",
|
|
|
"pages/index/index",
|
|
|
+ "pages/me/me",
|
|
|
"pages/login/login",
|
|
|
"pages/about/about",
|
|
|
"pages/repeat/repeat",
|
|
@@ -10,35 +12,36 @@
|
|
|
"pages/deviceConnect0/deviceConnect0",
|
|
|
"pages/deviceConnect2/deviceConnect2",
|
|
|
"pages/deviceConnect1/deviceConnect1",
|
|
|
- "pages/me/me",
|
|
|
"pages/download/download",
|
|
|
"pages/wakeList/wakeList",
|
|
|
"pages/aboutInfo/aboutInfo",
|
|
|
- "pages/home/home",
|
|
|
"pages/bluConnect/bleconnect"
|
|
|
],
|
|
|
- "subPackages": [{
|
|
|
- "root": "pages/piano/",
|
|
|
- "pages": [
|
|
|
- "detail/detail",
|
|
|
- "woodenfish/woodenfish",
|
|
|
- "wallpaper/wallpaper",
|
|
|
- "musicscore/musicscore",
|
|
|
- "firmware/firmware"
|
|
|
- ]
|
|
|
- }],
|
|
|
-
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages/piano/",
|
|
|
+ "pages": [
|
|
|
+ "detail/detail",
|
|
|
+ "woodenfish/woodenfish",
|
|
|
+ "wallpaper/wallpaper",
|
|
|
+ "musicscore/musicscore",
|
|
|
+ "firmware/firmware"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
"tabBar": {
|
|
|
+ "custom": true,
|
|
|
"borderStyle": "black",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "首页",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
+ "text": "首页2",
|
|
|
"iconPath": "./img/index_unaction.png",
|
|
|
"selectedIconPath": "./img/index_action.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/home/home",
|
|
|
- "text": "首页2",
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页",
|
|
|
"iconPath": "./img/index_unaction.png",
|
|
|
"selectedIconPath": "./img/index_action.png"
|
|
|
},
|