|
@@ -7,37 +7,37 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/category/index",
|
|
|
|
|
|
|
+ "path": "pages/home/category",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "分类"
|
|
"navigationBarTitleText": "分类"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/shop/index",
|
|
|
|
|
|
|
+ "path": "pages/home/shop",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "门店"
|
|
"navigationBarTitleText": "门店"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/user/index",
|
|
|
|
|
|
|
+ "path": "pages/home/user",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的"
|
|
"navigationBarTitleText": "我的"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/page/redirect",
|
|
|
|
|
|
|
+ "path": "pages/home/redirect",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "加载中..."
|
|
"navigationBarTitleText": "加载中..."
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/page/login/index",
|
|
|
|
|
|
|
+ "path": "pages/home/login/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录"
|
|
"navigationBarTitleText": "登录"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/page/webview/index",
|
|
|
|
|
|
|
+ "path": "pages/home/webview/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
@@ -169,19 +169,19 @@
|
|
|
"text": "首页"
|
|
"text": "首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/category/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/home/category",
|
|
|
"iconPath": "static/images/common/category-no.png",
|
|
"iconPath": "static/images/common/category-no.png",
|
|
|
"selectedIconPath": "static/images/common/category-is.png",
|
|
"selectedIconPath": "static/images/common/category-is.png",
|
|
|
"text": "分类"
|
|
"text": "分类"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/shop/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/home/shop",
|
|
|
"iconPath": "static/images/common/shop-no.png",
|
|
"iconPath": "static/images/common/shop-no.png",
|
|
|
"selectedIconPath": "static/images/common/shop-is.png",
|
|
"selectedIconPath": "static/images/common/shop-is.png",
|
|
|
"text": "门店"
|
|
"text": "门店"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/user/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/home/user",
|
|
|
"iconPath": "static/images/common/user-no.png",
|
|
"iconPath": "static/images/common/user-no.png",
|
|
|
"selectedIconPath": "static/images/common/user-is.png",
|
|
"selectedIconPath": "static/images/common/user-is.png",
|
|
|
"text": "我的"
|
|
"text": "我的"
|