diff --git a/spug_web/src/pages/system/setting/BasicSetting.js b/spug_web/src/pages/system/setting/BasicSetting.js index f11872a..7411d7f 100644 --- a/spug_web/src/pages/system/setting/BasicSetting.js +++ b/spug_web/src/pages/system/setting/BasicSetting.js @@ -4,7 +4,6 @@ * Released under the MIT License. */ import React from 'react'; -import { Button, Form, Input } from 'antd'; import styles from './index.module.css'; @@ -12,16 +11,6 @@ export default function BasicSetting(props) { return (
基本设置
-
- - - - - - - - -
) }