Przeglądaj źródła

fix: Invalid request error handler in login page (#5297)

hk 6 lat temu
rodzic
commit
b430af9340
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/services/login.ts

+ 1 - 1
src/services/login.ts

@@ -1,4 +1,4 @@
-import request from 'umi-request';
+import request from '@/utils/request';
 
 export interface LoginParamsType {
   userName: string;