Browse Source
chore: symbol (#10605)
* chore: symbol
* chore: fomat
* chore: services
pull/10658/head
DaoYuan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/app.tsx
|
|
@ -7,9 +7,9 @@ import type { RunTimeLayoutConfig } from '@umijs/max'; |
|
|
import { history, Link } from '@umijs/max'; |
|
|
import { history, Link } from '@umijs/max'; |
|
|
import defaultSettings from '../config/defaultSettings'; |
|
|
import defaultSettings from '../config/defaultSettings'; |
|
|
import { errorConfig } from './requestErrorConfig'; |
|
|
import { errorConfig } from './requestErrorConfig'; |
|
|
import { currentUser as queryCurrentUser } from './services/ant-design-pro/api'; |
|
|
import { currentUser as queryCurrentUser } from '@/services/ant-design-pro/api'; |
|
|
import React from 'react'; |
|
|
import React from 'react'; |
|
|
import { AvatarDropdown, AvatarName } from './components/RightContent/AvatarDropdown'; |
|
|
import { AvatarDropdown, AvatarName } from '@/components/RightContent/AvatarDropdown'; |
|
|
const isDev = process.env.NODE_ENV === 'development'; |
|
|
const isDev = process.env.NODE_ENV === 'development'; |
|
|
const loginPath = '/user/login'; |
|
|
const loginPath = '/user/login'; |
|
|
|
|
|
|
|
|
|