{ "easycom": { "autoscan": true, "custom": { "^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", "^My-(.*)": "@/components/My-$1/My-$1.vue" } }, "pages": [ { "path": "pages/index/index" }, { "path": "pages/login/login" }, { "path": "pages/serviceSeeking/index", "style": { "navigationBarTitleText": "服务查询" } }, { "path": "pages/serviceSeeking/detail", "style": { "navigationBarTitleText": "服务详情" } }, { "path": "pages/serviceSeeking/work" }, { "path": "pages/bookingService/index", "style": { "navigationBarTitleText": "预约服务" } }, { "path": "pages/select/product", "style": { "navigationBarTitleText": "选择产品" } }, { "path": "pages/select/myProduct", "style": { "navigationBarTitleText": "我的资产" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "美大服务", "navigationBarBackgroundColor": "#276BF0" }, "uniIdRouter": {} }