|
@@ -5,54 +5,66 @@
|
|
|
"subPackages": [],
|
|
"subPackages": [],
|
|
|
// "requiredBackgroundModes": ["audio", "location"],
|
|
// "requiredBackgroundModes": ["audio", "location"],
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
|
|
- "path": "pages/yuecai/professional_style/index",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "专业风采",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
- },{
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/yuecai/professional_style/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "专业风采",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/yuecai/professional_style/detail/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "专业风采",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/dish/index",
|
|
"path": "pages/yuecai/dish/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名菜",
|
|
"navigationBarTitleText": "名菜",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/dish/detail/index",
|
|
"path": "pages/yuecai/dish/detail/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名菜详情",
|
|
"navigationBarTitleText": "名菜详情",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/location/index",
|
|
"path": "pages/yuecai/location/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名点",
|
|
"navigationBarTitleText": "名点",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/location/detail/index",
|
|
"path": "pages/yuecai/location/detail/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名点详情",
|
|
"navigationBarTitleText": "名点详情",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/restaurant/index",
|
|
"path": "pages/yuecai/restaurant/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名店",
|
|
"navigationBarTitleText": "名店",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/restaurant/detail/index",
|
|
"path": "pages/yuecai/restaurant/detail/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "名店详情",
|
|
"navigationBarTitleText": "名店详情",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"path": "pages/yuecai/usercenter/index",
|
|
"path": "pages/yuecai/usercenter/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的",
|
|
"navigationBarTitleText": "我的",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/yuecai/information/detail/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "资讯",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/index",
|
|
"path": "pages/index",
|
|
@@ -81,22 +93,22 @@
|
|
|
"selectedIconPath": "@selectedIconPath1",
|
|
"selectedIconPath": "@selectedIconPath1",
|
|
|
"text": "专业风采",
|
|
"text": "专业风采",
|
|
|
"pagePath": "pages/yuecai/professional_style/index"
|
|
"pagePath": "pages/yuecai/professional_style/index"
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"iconPath": "@iconPath2",
|
|
"iconPath": "@iconPath2",
|
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
|
"text": "名菜",
|
|
"text": "名菜",
|
|
|
"pagePath": "pages/yuecai/dish/index"
|
|
"pagePath": "pages/yuecai/dish/index"
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"iconPath": "@iconPath2",
|
|
"iconPath": "@iconPath2",
|
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
|
"text": "名点",
|
|
"text": "名点",
|
|
|
"pagePath": "pages/yuecai/location/index"
|
|
"pagePath": "pages/yuecai/location/index"
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"iconPath": "@iconPath2",
|
|
"iconPath": "@iconPath2",
|
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
|
"text": "名店",
|
|
"text": "名店",
|
|
|
"pagePath": "pages/yuecai/restaurant/index"
|
|
"pagePath": "pages/yuecai/restaurant/index"
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"iconPath": "@iconPath2",
|
|
"iconPath": "@iconPath2",
|
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
|
"text": "我的",
|
|
"text": "我的",
|