{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "首页" } }, { "path": "pages/notice/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "通知", "enablePullDownRefresh": true } }, { "path": "pages/menu/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "菜单" } }, { "path": "pages/complain/complain", "style": { "navigationStyle": "custom", "navigationBarTitleText": "意见", "enablePullDownRefresh": true } }, { "path": "pages/center/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } }, { "path": "pages/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "用户登录" } }, // fullScreen-压窗屏 { "path": "uview-ui/components/u-full-screen/u-full-screen", "style": { "navigationStyle": "custom", "app-plus": { "animationType": "fade-in", "background": "transparent", "backgroundColor": "rgba(0,0,0,0)", "popGesture": "none" } } } ,{ "path" : "pages/center/password", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ,{ "path" : "pages/center/walletinfo", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "电子钱包", "enablePullDownRefresh": false } } ,{ "path" : "pages/complain/detail/detail", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "意见明细", "enablePullDownRefresh": false } } ,{ "path" : "pages/complain/add/add", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "意见新增", "enablePullDownRefresh": false } } ,{ "path" : "pages/store/store", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "消费", "enablePullDownRefresh": false } } ,{ "path" : "pages/pay/pay", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "预定", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F46837", "navigationBarTitleText": "Apic", "backgroundColor": "#F5F5F5" }, "tabBar": { "color": "#909399", "selectedColor": "#303133", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home/index", "iconPath": "static/home.png", "selectedIconPath": "static/home-select.png", "text": "首页" },{ "pagePath": "pages/notice/index", "iconPath": "static/notice.png", "selectedIconPath": "static/notice-select.png", "text": "通知" },{ "pagePath": "pages/complain/complain", "iconPath": "static/advice.png", "selectedIconPath": "static/advice-select.png", "text": "意见" }, { "pagePath": "pages/center/index", "iconPath": "static/center.png", "selectedIconPath": "static/center-select.png", "text": "我的" }] } }