346149741
2024-06-22 69273c1c63c195289e281772e92fa10a2c93a46e
api/index.js
@@ -11,9 +11,9 @@
}
// 惠企政策详情
export function doc(id){
   return http.get('/system/doc/'+id, { custom: { loading: true }});
   return http.get('/system/doc/'+id, {params: data}, { 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 }});
}