xf-web/src/views/Zhsy/index.tsx

14 lines
251 B
TypeScript
Raw Normal View History

import {Modal, Tabs, Switch} from 'antd'
import React, {useMemo, useState} from 'react';
import "./index.less"
const SyglPage: React.FC = () => {
return (
<div className=''>
2023-12-20 17:32:02 +08:00
</div>
)
}
export default SyglPage