|
@ -19,15 +19,15 @@ const config = { |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
limit: 500 |
|
|
limit: 500 |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//轮播图-轮播图列表
|
|
|
//轮播图-轮播图列表
|
|
|
queryBannerList: { |
|
|
queryBannerList: { |
|
|
url: '/workorder/banner/queryBannerList', |
|
|
url: '/workorder/banner/queryBannerList', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//工单信息-查询工单列表
|
|
|
//工单信息-查询工单列表
|
|
|
queryTemplateList: { |
|
|
queryTemplateList: { |
|
|
url: '/workorder/template/queryTemplateList', |
|
|
url: '/workorder/template/queryTemplateList', |
|
@ -43,7 +43,47 @@ const config = { |
|
|
url: '/workorder/news/queryNewsById', |
|
|
url: '/workorder/news/queryNewsById', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 配置信息-帮助中心
|
|
|
|
|
|
helpInfo: { |
|
|
|
|
|
url: '/workorder/config/helpInfo', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
// 配置信息-隐私协议
|
|
|
|
|
|
privacyInfo: { |
|
|
|
|
|
url: '/workorder/config/privacyInfo', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//用户列表
|
|
|
|
|
|
queryUserList: { |
|
|
|
|
|
url: '/workorder/user/queryUserList', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//工单信息-工序卡1(选配)详情
|
|
|
|
|
|
queryStepOne: { |
|
|
|
|
|
url: '/workorder/template/queryStepOne', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//工单信息-工序卡2详情
|
|
|
|
|
|
queryStepTwo: { |
|
|
|
|
|
url: '/workorder/template/queryStepTwo', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//收藏信息-我的收藏
|
|
|
|
|
|
queryCollectionList: { |
|
|
|
|
|
url: '/workorder/collection/queryCollectionList', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//工单信息-根据id查询工单详情
|
|
|
|
|
|
queryTemplateById: { |
|
|
|
|
|
url: '/workorder/template/queryTemplateById', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//工单信息-工序卡3详情
|
|
|
|
|
|
queryStepThree: { |
|
|
|
|
|
url: '/workorder/template/queryStepThree', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|