完成网站配置布局

This commit is contained in:
宇阳
2024-08-08 16:08:12 +08:00
parent f5b84a006b
commit bd9f181cac
5 changed files with 202 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ import { Card } from 'antd';
import Title from '@/components/Title';
import { BiGlobe, BiLayout, BiShieldQuarter, BiUser } from 'react-icons/bi';
import System from './components/System'
import Web from './components/Web'
import Web from './components/Web'
import "./index.scss"
interface Setup {
@@ -67,8 +69,8 @@ const SetupPage = () => {
<div className="flex-grow">
{active === "system" && <System />}
{/* {active === "web" && <Web />}
{active === "layout" && <Layout />}
{active === "web" && <Web />}
{/* {active === "layout" && <Layout />}
{active === "my" && <My />} */}
</div>
</div>