import service from "."; const ShowApi = { //获取众筹信息 showPage(){ return service.get('https://api.homilychart.com/crowdfunding/page'); } } export default ShowApi;