Skip to content

Commit 3675dfc

Browse files
committed
feat(admin): 修改密码之后刷新整个页面
1 parent 6b3747e commit 3675dfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugin/admin/app/view/account/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
if (res.code) {
128128
return layui.popup.failure(res.msg);
129129
}
130+
setTimeout(function () {
131+
top.location.reload();
132+
}, 1000)
130133
return layui.popup.success("操作成功");
131134
}
132135
});

0 commit comments

Comments
 (0)