{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", "^u--(.*)": "uview-ultra/components/u-$1/u-$1.vue", "^up-(.*)": "uview-ultra/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-ultra/components/u-$1/u-$1.vue" } }, "vue3": true, "pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html { "path": "pages/homepage/console", "style": { "navigationBarTitleText": "控制台" } }, { "path": "pages/myEdit/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "订单" } }, { "path": "pages/account/account", "style": { "navigationBarTitleText": "账户" } }, { "path": "pages/homepage/setOrderTime", "style": { "navigationBarTitleText": "接单时间" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "" } }, { "path": "pages/homepage/serviceProject", "style": { "navigationBarTitleText": "服务项目" } }, { "path": "pages/myEdit/myEdit", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/login/verifyManager", "style": { "navigationBarTitleText": "" } }, { "path": "pages/login/full-webview-page", "style": { "navigationBarTitleText": "" } }, { "path": "pages/login/merchantRecuitment", "style": { "navigationBarTitleText": "商户招募" } }, { "path": "pages/myEdit/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/order/orderStatisics", "style": { "navigationBarTitleText": "数据统计" } }, { "path": "pages/order/appraise", "style": { "navigationBarTitleText": "客户评价" } }, { "path": "pages/login/checkMiddle", "style": { "navigationBarTitleText": "商户招募" } }, { "path": "pages/order/orderDetail", "style": { "navigationBarTitleText": "查看订单" } }, { "path": "pages/account/accountList", "style": { "navigationBarTitleText": "全部账单" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "小丁到家--上门按摩", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "selectedColor": "#000000", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/homepage/console", "iconPath": "static/iconInfo/noactive/homepage.png", "selectedIconPath": "static/iconInfo/active/homepage.png", "text": "控制台" }, { "pagePath": "pages/order/order", "iconPath": "static/iconInfo/noactive/order.png", "selectedIconPath": "static/iconInfo/active/order.png", "text": "订单" }, { "pagePath": "pages/account/account", "iconPath": "static/iconInfo/noactive/account.png", "selectedIconPath": "static/iconInfo/active/account.png", "text": "账户" }, { "pagePath": "pages/myEdit/my", "iconPath": "static/iconInfo/noactive/myhome.png", "selectedIconPath": "static/iconInfo/active/myhome.png", "text": "我的" } ] }, "uniIdRouter": {} }