zhengyiming
2 天以前 8a79fe3b46830817e65dc560b40548f7dab2e79a
src/store/modules/user.ts
@@ -62,7 +62,8 @@
      let res = await authServices.passwordLogin(
        {
          ...params,
          password: md5Encrypt(params.password),
          password: (params.password),
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
        },