Browse Source

chore: symbol (#10605)

* chore: symbol

* chore: fomat

* chore: services
pull/10658/head
DaoYuan 3 years ago
committed by GitHub
parent
commit
e024ffb24d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/app.tsx

4
src/app.tsx

@ -7,9 +7,9 @@ import type { RunTimeLayoutConfig } from '@umijs/max';
import { history, Link } from '@umijs/max';
import defaultSettings from '../config/defaultSettings';
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 { AvatarDropdown, AvatarName } from './components/RightContent/AvatarDropdown';
import { AvatarDropdown, AvatarName } from '@/components/RightContent/AvatarDropdown';
const isDev = process.env.NODE_ENV === 'development';
const loginPath = '/user/login';

Loading…
Cancel
Save