|
|
@ -3,7 +3,7 @@ import { useEffect, useState } from 'react'
|
|
|
|
import { Layout, Menu, ConfigProvider, theme, Dropdown, message, FloatButton, Space, Row, Col, Badge, App as AntApp } from 'antd'
|
|
|
|
import { Layout, Menu, ConfigProvider, theme, Dropdown, message, FloatButton, Space, Row, Col, Badge, App as AntApp } from 'antd'
|
|
|
|
import { DownOutlined } from '@ant-design/icons'
|
|
|
|
import { DownOutlined } from '@ant-design/icons'
|
|
|
|
import 'antd/dist/reset.css'
|
|
|
|
import 'antd/dist/reset.css'
|
|
|
|
import AppLogo from '@/assets/highlights_travel_300_300_250613.png'
|
|
|
|
import AppLogo from '@/assets/highlights_travel_600_550.png'
|
|
|
|
import { isEmpty } from '@/utils/commons'
|
|
|
|
import { isEmpty } from '@/utils/commons'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
import zhLocale from 'antd/locale/zh_CN'
|
|
|
|
import zhLocale from 'antd/locale/zh_CN'
|
|
|
@ -103,7 +103,7 @@ function App() {
|
|
|
|
<Row gutter={{ md: 24 }} justify='end' align='middle'>
|
|
|
|
<Row gutter={{ md: 24 }} justify='end' align='middle'>
|
|
|
|
<Col span={15}>
|
|
|
|
<Col span={15}>
|
|
|
|
<NavLink to='/'>
|
|
|
|
<NavLink to='/'>
|
|
|
|
<img src={AppLogo} className='float-left h-9 my-4 mr-6 ml-0' alt='App logo' />
|
|
|
|
<img src={AppLogo} className='float-left h-12 my-2 mr-6 ml-0' alt='App logo' />
|
|
|
|
</NavLink>
|
|
|
|
</NavLink>
|
|
|
|
<Menu
|
|
|
|
<Menu
|
|
|
|
theme='dark'
|
|
|
|
theme='dark'
|
|
|
|