wupengfei
4 天以前 df174a7a91ca8b354ded7752f21ea0253881eb02
apps/bMiniApp/src/stores/modules/user.ts
@@ -139,11 +139,13 @@
    async loginByPassword(params: API.PasswordLoginCommand) {
      let res = await authServices.passwordLogin(
        {
          code: params.code,
          userName: params.userName,
          password: params.password,
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
          enterpriseType: AppLocalConfig.enterpriseType,
        },
        { showLoading: false }
      );