zhengyiming
昨天 3d420288a6683988f445e653378db27cd80c863e
apps/bMiniApp/src/stores/modules/user.ts
@@ -140,7 +140,8 @@
      let res = await authServices.passwordLogin(
        {
          userName: params.userName,
          password: md5Encrypt(params.password),
          password: params.password,
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
        },