diff --git a/spug_web/src/pages/deploy/app/Ext2Setup1.js b/spug_web/src/pages/deploy/app/Ext2Setup1.js index 5e3b9ac..4d472a2 100644 --- a/spug_web/src/pages/deploy/app/Ext2Setup1.js +++ b/spug_web/src/pages/deploy/app/Ext2Setup1.js @@ -6,7 +6,7 @@ import React from 'react'; import { observer } from 'mobx-react'; import { Link } from 'react-router-dom'; -import { Switch, Col, Form, Select, Button } from "antd"; +import { Switch, Col, Form, Select, Button, Input } from "antd"; import envStore from 'pages/config/environment/store'; import store from './store'; @@ -33,6 +33,20 @@ export default observer(function Ext2Setup1() { checked={info['is_audit']} onChange={v => info['is_audit'] = v}/> + + info['rst_notify']['mode'] = v}> + 关闭 + 钉钉 + Webhook + + )} + disabled={info['rst_notify']['mode'] === '0'} + value={info['rst_notify']['value']} + onChange={e => info['rst_notify']['value'] = e.target.value} + placeholder="请输入"/> +