wupengfei
2025-11-12 8fba7ff03e1731cfbd91c3346f4ba87f5b317f4c
src/store/modules/user.ts
@@ -62,9 +62,11 @@
      let res = await authServices.passwordLogin(
        {
          ...params,
          password: md5Encrypt(params.password),
          password: params.password,
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
          // enterpriseType: AppLocalConfig.enterpriseType,
        },
        {
          showLoading: false,