|
|
@@ -7,7 +7,7 @@ import ZoomIcon from './components/zoom'; |
|
|
|
import logoImg from './assets/logo.png'; |
|
|
|
import { useModel } from 'umi'; |
|
|
|
import UserCenter from './components/userCenter'; |
|
|
|
import system, { isClient } from '@/services/system'; |
|
|
|
import system from '@/services/system'; |
|
|
|
import SvgIcon from '../SvgIcon'; |
|
|
|
import classNames from 'classnames'; |
|
|
|
import { CloudDownloadOutlined } from '@ant-design/icons'; |
|
|
@@ -15,6 +15,7 @@ import ATooltip from '../Tooltip'; |
|
|
|
import SyncModal from '../SyncModal'; |
|
|
|
import { useState } from 'react'; |
|
|
|
import storage from '@/utils/storage'; |
|
|
|
import { isClient } from '@/utils/tool'; |
|
|
|
|
|
|
|
export default function AppHeader(props) { |
|
|
|
const { className, style } = props; |
|
|
|