index.tsx 83 B

1234
  1. const Ops = () => {
  2. return <div>运维管理视图</div>;
  3. };
  4. export default Ops;