|
|
|
@ -14,7 +14,6 @@ import { |
|
|
|
import { currentUser as queryCurrentUser } from '@/services/ant-design-pro/api'; |
|
|
|
import defaultSettings from '../config/defaultSettings'; |
|
|
|
import { errorConfig } from './requestErrorConfig'; |
|
|
|
import '@ant-design/v5-patch-for-react-19'; |
|
|
|
|
|
|
|
const isDev = process.env.NODE_ENV === 'development'; |
|
|
|
const isDevOrTest = isDev || process.env.CI; |
|
|
|
|