DaoYuan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
src/app.tsx
|
|
|
@ -1,5 +1,4 @@ |
|
|
|
import { Footer } from '@/components'; |
|
|
|
import { Question, SelectLang } from '@/components'; |
|
|
|
import { Footer, Question, SelectLang, AvatarDropdown, AvatarName } from '@/components'; |
|
|
|
import { LinkOutlined } from '@ant-design/icons'; |
|
|
|
import type { Settings as LayoutSettings } from '@ant-design/pro-components'; |
|
|
|
import { SettingDrawer } from '@ant-design/pro-components'; |
|
|
|
@ -9,7 +8,6 @@ import defaultSettings from '../config/defaultSettings'; |
|
|
|
import { errorConfig } from './requestErrorConfig'; |
|
|
|
import { currentUser as queryCurrentUser } from '@/services/ant-design-pro/api'; |
|
|
|
import React from 'react'; |
|
|
|
import { AvatarDropdown, AvatarName } from '@/components'; |
|
|
|
const isDev = process.env.NODE_ENV === 'development'; |
|
|
|
const loginPath = '/user/login'; |
|
|
|
|
|
|
|
|