| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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/login/login"
- },
- {
- "path": "pages/index/index"
- },
- {
- "path": "pages/workOrder/index"
- },
- {
- "path": "pages/workOrder/detail",
- "style": {
- "navigationBarTitleText": "工单详情"
- }
- },
- {
- "path": "pages/workOrder/changeMsg",
- "style": {
- "navigationBarTitleText": "信息修改"
- }
- },
- {
- "path": "pages/select/product",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/workOrder/work"
- },
- {
- "path": "pages/select/accessories",
- "style": {
- "navigationBarTitleText": "选择配件"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "美大服务",
- "navigationBarBackgroundColor": "#276BF0"
- },
- "uniIdRouter": {}
- }
|