From 7ebe699d74b7dc76d2221238f63f4b0e631e3985 Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 16 Jan 2020 18:46:08 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=9B=B4=E6=96=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/setting/BasicSetting.js | 11 ----------- 1 file changed, 11 deletions(-) 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 (
基本设置
-
- - - - - - - - -
) }