wjt
2024-06-26 59f4dc012a2c42eebd31301444e0f8df9af088e0
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 }});
}