|
@@ -32,28 +32,28 @@
|
|
|
{
|
|
|
"iconPath": "static/tabbar/example.png",
|
|
|
"selectedIconPath": "static/tabbar/exampleHL.png",
|
|
|
- "pagePath": "pages/about/index",
|
|
|
- "text": "关于"
|
|
|
+ "pagePath": "pages/profile/index",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
+ "path": "pages/profile/index",
|
|
|
"type": "home",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/about/index",
|
|
|
+ "path": "pages/index/index",
|
|
|
"type": "home",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "关于"
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"subPackages": []
|
|
|
-}
|
|
|
+}
|