You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
664 B

// 数字绵阳
import DigitalMianyang from "./DigitalMianyang/DigitalMianyang.js"
// 首页信息
import homepageInformation from "./homepageInformation/homepageInformation.js"
import policysupport from "./policysupport/policysupport.js"
import InvestmentAdvantage from "./InvestmentAdvantage/InvestmentAdvantage.js"
import livingFacility from "./livingFacility/livingFacility.js"
import zixundongtai from "./zixunrun/zixunrun.js"
let api= {
// 数字绵阳
DigitalMianyang,
// 首页信息
homepageInformation,
// 政策支持
policysupport,
// 投资优势
InvestmentAdvantage,
// 生活配套
livingFacility,
// 咨询动态
zixundongtai
}
export default api