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