wjt
2024-06-22 a1bbf87a3bee300226d4d13416961dde9e12cdb6
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 }});
}