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