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

15 lines
285 B
Ja��������

1 week ago
import React from 'react';
import styles from './yjdw.less';
const Yjdw = () => {
return (
<div className={styles.container}>
<div className={styles.content}>
应急队伍内容
</div>
</div>
);
};
export default Yjdw;