Commit da66842c authored by 皮倩雯's avatar 皮倩雯

fix: '登录模板参数可配置'

parent 8cffef97
Pipeline #57006 passed with stages
......@@ -13,6 +13,7 @@ import {
Radio,
Tooltip,
Divider,
AutoComplete,
Row,
Col,
Switch,
......@@ -277,13 +278,14 @@ export default props => {
{/* <Row>
<Col span={20}> */}
<Form.Item label="登录模板" name="loginTemplate">
<Select placeholder="请选择登录模板">
<AutoComplete placeholder="请选择登录模板" options={loginPages} allowClear />
{/* <Select placeholder="请选择登录模板">
{loginPages.map(item => (
<Option value={item.value} key={item.value}>
{item.value}
</Option>
))}
</Select>
</Select> */}
</Form.Item>
{/* </Col> */}
{/* <Col span={4}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment