wjt
2024-06-22 a9a71b5c1758862e7fc60976adc98e7654f7e44f
api/index.js
@@ -13,7 +13,11 @@
export function doc(id){
   return http.get('/system/doc/'+id, { custom: { loading: true }});
}
// 信息公示详情
// 信息公示
export function order(id){
   return http.get('/enforce/order/'+id, { custom: { loading: true }});
}
// 企业注册
export function companyRegister(data) {
   return http.post('/system/company/add', {params: data}, { custom: { loading: true }});
}