zhengyiming
1 天以前 83acd1f42ed425b20f652c36ab1e5684cc232a56
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,
        },