Explorar el Código

loading修改

tanxue hace 2 meses
padre
commit
f579c3e3b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/login.js

+ 1 - 1
api/login.js

@@ -6,7 +6,7 @@ export function login(data = {}) {
     headers: {
       isToken: false
     },
-isLoading
+	isLoading: true,
     method: 'post',
     data,
     timeout: 20000