Browse Source

Merge branch 'master' of http://git.ycjcjy.com/nanyang/machinery-admin

李志伟 3 years ago
parent
commit
3ffa624e71

+ 1
- 5
src/pages/SystemManagement/BasicParameters/index.jsx View File

@@ -5,9 +5,6 @@ import { history } from 'umi';
5 5
 import ProCard from '@ant-design/pro-card'
6 6
 
7 7
 
8
-const goBack = () => {
9
-  history.goBack()
10
-}
11 8
 const FormItem = Form.Item
12 9
 export default (props) => {
13 10
 
@@ -26,8 +23,7 @@ export default (props) => {
26 23
 
27 24
   return (
28 25
     <Card >
29
-      <ProCard tabs={{ type: 'card' }} style={{ marginTop: '16px' }}
30
-      >
26
+      <ProCard tabs={{ type: 'card' }} style={{ marginTop: '16px' }}>
31 27
         <ProCard.TabPane key={1} tab="基本参数">
32 28
           <Form {...formItemLayout} onFinish={Submit} form={form} >
33 29
             <FormItem label="平台联系电话" name="shopName" rules={[{ required: true, message: '请输入' }]}>

+ 1
- 1
src/pages/user/Login/index.jsx View File

@@ -50,7 +50,7 @@ const Login = () => {
50 50
               <span className={styles.title}>南阳智慧农机系统</span>
51 51
             </Link>
52 52
           </div>
53
-          <div className={styles.desc}>我们是一群被打了鸡血的小伙伴</div>
53
+          {/* <div className={styles.desc}>我们是一群被打了鸡血的小伙伴</div> */}
54 54
         </div>
55 55
 
56 56
         <div className={styles.main}>