import { CommonContentApi } from '../CommonContent'; export class IndexTeamsContentApi extends CommonContentApi { constructor() { super(17, "研究团队", 264); } } export default new IndexTeamsContentApi();