mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
移除console.log
This commit is contained in:
@@ -35,7 +35,6 @@ const Log = () => {
|
||||
};
|
||||
|
||||
const getLog = (node: any) => {
|
||||
console.log(node);
|
||||
setLoading(true);
|
||||
request
|
||||
.get(`${config.apiPrefix}logs/${node.value}`)
|
||||
|
||||
@@ -104,7 +104,8 @@ const Password = () => {
|
||||
>
|
||||
<Tabs
|
||||
defaultActiveKey="person"
|
||||
tabPosition="left"
|
||||
size="small"
|
||||
tabPosition="top"
|
||||
style={{ height: 'calc(100vh - var(--vh-offset, 0px) - 128px)' }}
|
||||
>
|
||||
<Tabs.TabPane tab="个人设置" key="person">
|
||||
@@ -116,7 +117,7 @@ const Password = () => {
|
||||
hasFeedback
|
||||
style={{ maxWidth: 300 }}
|
||||
>
|
||||
<Input placeholder="用户名" autoFocus />
|
||||
<Input placeholder="用户名" />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="密码"
|
||||
|
||||
Reference in New Issue
Block a user