|
@@ -17,22 +17,20 @@
|
|
|
"pages/home/home",
|
|
|
"pages/bluConnect/bleconnect"
|
|
|
],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
- "root": "pages/piano/",
|
|
|
- "pages": [
|
|
|
- "detail/detail",
|
|
|
- "woodenfish/woodenfish",
|
|
|
- "wallpaper/wallpaper",
|
|
|
- "musicscore/musicscore"
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
-
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "pages/piano/",
|
|
|
+ "pages": [
|
|
|
+ "detail/detail",
|
|
|
+ "woodenfish/woodenfish",
|
|
|
+ "wallpaper/wallpaper",
|
|
|
+ "musicscore/musicscore",
|
|
|
+ "firmware/firmware"
|
|
|
+ ]
|
|
|
+ }],
|
|
|
+
|
|
|
"tabBar": {
|
|
|
"borderStyle": "black",
|
|
|
- "list": [
|
|
|
- {
|
|
|
+ "list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "首页",
|
|
|
"iconPath": "./img/index_unaction.png",
|
|
@@ -73,7 +71,7 @@
|
|
|
],
|
|
|
"permission": {
|
|
|
"scope.userFuzzyLocation": {
|
|
|
- "desc": "用于获取wifi名称"
|
|
|
+ "desc": "用于获取wifi名称"
|
|
|
}
|
|
|
}
|
|
|
}
|