Explorar el Código

更新 临时移除加密登录

wangzhihui hace 4 años
padre
commit
e46e16e3d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/index/Login.vue

+ 2 - 1
src/views/index/Login.vue

@@ -94,7 +94,8 @@ export default {
           let { phone, password } = ruleForm.ruleForm;
           let res = await api.staffLogin({
             phone,
-            password: md5(password).toUpperCase(),
+            // password: md5(password).toUpperCase(),
+            password,
           });
           if (res.data.status == 0) {
             ElNotification.success({