{ "easycom": { "autoscan": true, "custom": { // 通用规则:匹配 guyu 下任意子目录的组件,格式 <目录名>-<组件名> "^com-([a-z]+)-(.*)": "@/components/com/$1/$2.vue", "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/loading", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/appointment/appointment-page", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/me/me-page", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/me/appointment-record-page", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/me/edit-info", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/me/blacklist-page", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/me/login", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/other/agreement", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "components/com/page/container", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#cdcdcd", "selectedColor": "#59AB6D", "borderStyle": "black", "height": "129.17rpx", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/tabbar/home.png", "selectedIconPath": "/static/tabbar/home_s.png", "text": "首页" }, { "pagePath": "pages/appointment/appointment-page", "iconPath": "/static/tabbar/appointment.png", "selectedIconPath": "/static/tabbar/appointment_s.png", "text": "预约" }, { "pagePath": "pages/me/me-page", "iconPath": "/static/tabbar/me.png", "selectedIconPath": "/static/tabbar/me_s.png", "text": "我的" } ] } }