Browse Source

Apply suggestion from @afc163

pull/11515/head
afc163 9 months ago
committed by GitHub
parent
commit
f5c75cfe08
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/app.tsx

2
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';
/**

Loading…
Cancel
Save