{ "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/detail", "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": "菜品详情2", "pagePath": "pages/yuecai/dish/detail" }] }, "darkmode": true, "themeLocation": "theme.json" }