功能变化: 删除打印

This commit is contained in:
猿小天
2024-05-09 11:20:41 +08:00
parent 0d9ee1f4d4
commit e6f898bef4

View File

@@ -331,7 +331,6 @@ const passwordRules = reactive({
* 重新设置密码 * 重新设置密码
*/ */
const settingPassword = () => { const settingPassword = () => {
console.log(Md5.hashStr('admin123456'))
userPasswordFormRef.value.validate((valid) => { userPasswordFormRef.value.validate((valid) => {
if (valid) { if (valid) {
api.UpdatePassword(userPasswordInfo).then((res: any) => { api.UpdatePassword(userPasswordInfo).then((res: any) => {