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 }}); }