wjt
2024-06-22 b668b85e312acc4cfaecc423ff53cf7d919b7cf1
api/index.js
@@ -12,4 +12,8 @@
// 惠企政策 
export function doc(id){
   return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }});
}
// 企业注册
export function companyRegister(data) {
   return http.post('/system/company/add', {params: data}, { custom: { loading: true }});
}