346149741
2024-06-22 e9d1d13a62e1f585a8a24bf3176d12be956a63c8
api/index.js
@@ -9,7 +9,11 @@
export function showList(data){
   return http.get('/enforce/order/showList', {params: data}, { custom: { loading: true }});
}
// 惠企政策
// 惠企政策详情
export function doc(id){
   return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }});
   return http.get('/system/doc/'+id, { custom: { loading: true }});
}
// 信息公示详情
export function order(id){
   return http.get('/enforce/order/'+id, { custom: { loading: true }});
}