TeamsContent.ts 210 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class TeamsContentApi extends CommonContentApi {
  3. constructor() {
  4. super(17, "研究团队", 264);
  5. }
  6. }
  7. export default new TeamsContentApi();