刘洋 1 năm trước cách đây
mục cha
commit
2bb8db2fc2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/user.js

+ 1 - 1
src/api/user.js

@@ -107,7 +107,7 @@ export const forgetPassword = (data) =>
   request({
     url: '/api/admin/common/forget_password',
     data,
-    loading,
+    loading: true,
     noAuth: true,
   });
 export const getMenus = () =>