zhengyiming
2025-11-11 c9ef6542d3f61529635478801d5269561dbed1f5
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,