api/index.js
@@ -9,7 +9,11 @@ export function showList(data){ return http.get('/enforce/order/showList', {params: data}, { custom: { loading: true }}); } // 惠企政策 // 惠企政策详情 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 }}); }