|
@@ -4,25 +4,25 @@
|
|
|
},
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "pages/home/index",
|
|
|
+ "path": "pages/tabbar/home/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/community/index",
|
|
|
+ "path": "pages/tabbar/community/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/message/index",
|
|
|
+ "path": "pages/tabbar/message/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "消息"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/mine/index",
|
|
|
+ "path": "pages/tabbar/mine/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的"
|
|
|
}
|
|
@@ -42,7 +42,7 @@
|
|
|
],
|
|
|
"subPackages": [
|
|
|
{
|
|
|
- "root": "client",
|
|
|
+ "root": "pages/client",
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "CommunitySearch/index",
|
|
@@ -89,7 +89,7 @@
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "business",
|
|
|
+ "root": "pages/business",
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "detail/index",
|
|
@@ -108,24 +108,24 @@
|
|
|
"list": [
|
|
|
{
|
|
|
"text": "首页",
|
|
|
- "pagePath": "pages/home/index",
|
|
|
+ "pagePath": "pages/tabbar/home/index",
|
|
|
"iconPath": "static/images/home.png",
|
|
|
"selectedIconPath": "static/images/home-select.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/community/index",
|
|
|
+ "pagePath": "pages/tabbar/community/index",
|
|
|
"text": "社区",
|
|
|
"iconPath": "static/images/community.png",
|
|
|
"selectedIconPath": "static/images/community-select.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/message/index",
|
|
|
+ "pagePath": "pages/tabbar/message/index",
|
|
|
"text": "消息",
|
|
|
"iconPath": "static/images/message.png",
|
|
|
"selectedIconPath": "static/images/message-select.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
+ "pagePath": "pages/tabbar/mine/index",
|
|
|
"text": "我的",
|
|
|
"iconPath": "static/images/mine.png",
|
|
|
"selectedIconPath": "static/images/mine-select.png"
|