afc163
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/app.tsx
|
|
|
@ -17,7 +17,7 @@ import { errorConfig } from './requestErrorConfig'; |
|
|
|
import '@ant-design/v5-patch-for-react-19'; |
|
|
|
|
|
|
|
const isDev = |
|
|
|
process.env.NODE_ENV === 'development' || process.env.GITHUB_ACTIONS; |
|
|
|
process.env.NODE_ENV === 'development' || process.env.CI; |
|
|
|
const loginPath = '/user/login'; |
|
|
|
|
|
|
|
/** |
|
|
|
|