Skip to content

Commit

Permalink
feat: base update
Browse files Browse the repository at this point in the history
  • Loading branch information
lgz5689 committed Aug 9, 2024
1 parent 0c07516 commit ef8f030
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/pages/login/ConfigModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,28 +149,22 @@ const ConfigModal: React.FC<ConfigModalProps> = ({ visible, close }) => {
>
<Input
addonBefore="wss://"
placeholder="Such as:web.rentsoft.cn/msg_gateway"
placeholder="Such as:xxx.com/msg_gateway"
/>
</Form.Item>
<Form.Item
label="IMApiUrl"
name="IMApiUrl"
rules={[{ required: true, message: "Please input your IMApiUrl!" }]}
>
<Input
addonBefore="https://"
placeholder="Such as:web.rentsoft.cn/api"
/>
<Input addonBefore="https://" placeholder="Such as:xxx.com/api" />
</Form.Item>
<Form.Item
label="ChatUrl"
name="ChatUrl"
rules={[{ required: true, message: "Please input your ChatUrl!" }]}
>
<Input
addonBefore="https://"
placeholder="Such as:web.rentsoft.cn/chat"
/>
<Input addonBefore="https://" placeholder="Such as:xxx.com/chat" />
</Form.Item>
<Form.Item wrapperCol={{ offset: 10, span: 14 }}>
<Button type="primary" htmlType="submit">
Expand Down

0 comments on commit ef8f030

Please sign in to comment.