{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "subPackages": [], // "requiredBackgroundModes": ["audio", "location"], "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/yuecai/home/index", "style": { "navigationBarTitleText": "专业风采", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/dish/index", "style": { "navigationBarTitleText": "名菜", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/dish/detail/index", "style": { "navigationBarTitleText": "名菜详情", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/location/index", "style": { "navigationBarTitleText": "名点", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/location/detail/index", "style": { "navigationBarTitleText": "名点详情", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/restaurant/index", "style": { "navigationBarTitleText": "名店", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/restaurant/detail/index", "style": { "navigationBarTitleText": "名店详情", "enablePullDownRefresh": false } },{ "path": "pages/yuecai/usercenter/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/index", "style": { "navigationBarTitleText": "粤菜文化", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "@navBgColor", "navigationBarTextStyle": "@navTxtStyle", "backgroundColor": "@bgColor", "backgroundTextStyle": "@bgTxtStyle", "backgroundColorTop": "@bgColorTop", "backgroundColorBottom": "@bgColorBottom" }, "tabBar": { "color": "@tabFontColor", "selectedColor": "@tabSelectedColor", "backgroundColor": "@tabBgColor", "borderStyle": "@tabBorderStyle", "list": [{ "iconPath": "@iconPath1", "selectedIconPath": "@selectedIconPath1", "text": "专业风采", "pagePath": "pages/yuecai/home/index" },{ "iconPath": "@iconPath2", "selectedIconPath": "@selectedIconPath2", "text": "名菜", "pagePath": "pages/yuecai/dish/index" },{ "iconPath": "@iconPath2", "selectedIconPath": "@selectedIconPath2", "text": "名点", "pagePath": "pages/yuecai/location/index" },{ "iconPath": "@iconPath2", "selectedIconPath": "@selectedIconPath2", "text": "名店", "pagePath": "pages/yuecai/restaurant/index" },{ "iconPath": "@iconPath2", "selectedIconPath": "@selectedIconPath2", "text": "我的", "pagePath": "pages/yuecai/usercenter/index" }] }, "darkmode": true, "themeLocation": "theme.json" }