wupengfei
4 天以前 ff16cc10a031e322a50b919cd7904dca16897d11
Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdminBClient
1个文件已修改
3 ■■■■ 已修改文件
src/store/modules/user.ts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/modules/user.ts
@@ -62,7 +62,8 @@
      let res = await authServices.passwordLogin(
        {
          ...params,
          password: md5Encrypt(params.password),
          password: (params.password),
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
        },