Compare commits
2 Commits
9d8056febe
...
feb800d985
| Author | SHA1 | Date | |
|---|---|---|---|
| feb800d985 | |||
|
|
6bb7fbec43 |
@ -1,7 +1,7 @@
|
||||
import { MyIcons, MyIconsType, PermissionsType, useMyState } from '@/common';
|
||||
import AvatarProps from '@/common/components/layout/AvatarProps';
|
||||
import { Apis } from '@/gen/Apis';
|
||||
import { BellOutlined } from '@ant-design/icons';
|
||||
import { BellOutlined, BookOutlined } from '@ant-design/icons';
|
||||
import { Link, RuntimeConfig, history, useNavigate } from '@umijs/max';
|
||||
import {
|
||||
AutoComplete,
|
||||
@ -192,6 +192,20 @@ export const LayoutConfig: RuntimeConfig['layout'] = () => {
|
||||
}}
|
||||
placeholder="选择项目"
|
||||
/>
|
||||
<Tooltip title="使用手册">
|
||||
<Button
|
||||
type="default"
|
||||
icon={<BookOutlined />}
|
||||
onClick={() =>
|
||||
window.open(
|
||||
'https://docs.qq.com/doc/DS2FvV2ptd0ZGTkpo?from_wiki_space=1&wikiid=OlZLjEmXmxfY&wikifileid=KSWhZtZCnaTy',
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
>
|
||||
使用手册
|
||||
</Button>
|
||||
</Tooltip>
|
||||
<Tooltip title="待审核">
|
||||
<Badge count={pendingCount} showZero>
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user