| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "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/index/changePassword",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/workOrder/index"
- },
- {
- "path": "pages/workOrder/snatchingOrders"
- },
- {
- "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": "选择配件"
- }
- },
- {
- "path": "pages/generalServices/index",
- "style": {
- "navigationBarTitleText": "服务申请处理"
- }
- },
- {
- "path": "pages/generalServices/detail",
- "style": {
- "navigationBarTitleText": "服务申请详情"
- }
- },
- {
- "path": "pages/launchApplication/index",
- "style": {
- "navigationBarTitleText": "发起服务申请"
- }
- },
- {
- "path": "pages/launchApplication/skus",
- "style": {
- "navigationBarTitleText": "选择序列号"
- }
- },
- {
- "path": "pages/launchApplication/customer",
- "style": {
- "navigationBarTitleText": "客户档案选择"
- }
- },
- {
- "path": "pages/launchApplication/cardno",
- "style": {
- "navigationBarTitleText": "选择保修卡"
- }
- },
- {
- "path": "pages/launchApplication/selectServiceProvider",
- "style": {
- "navigationBarTitleText": "指定服务商"
- }
- },
- {
- "path": "pages/skus/index",
- "style": {
- "navigationBarTitleText": "序列号列表"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "美大服务",
- "navigationBarBackgroundColor": "#276BF0"
- },
- "uniIdRouter": {}
- }
|