功能变化: 删除打印
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user