zhengyiming
1 天以前 e954a97446c24bf6ebebeb646586ca0dda4bc86b
apps/cMiniApp/src/stores/modules/user.ts
@@ -136,7 +136,8 @@
      let res = await authServices.passwordLogin(
        {
          userName: params.userName,
          password: md5Encrypt(params.password),
          // password: md5Encrypt(params.password),
          password: params.password,
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
        },