zhengyiming
2 天以前 077c839ecc118a88b2c625bf902e5642a78c175b
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,
        },