auto-imports.d.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/store/modules/user.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
auto-imports.d.ts
@@ -514,4 +514,4 @@ readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']> readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']> } } } 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, },