diff --git a/.idea/xin-launcher.iml b/.idea/xin-launcher.iml
index ec0b9e4..797d18d 100644
--- a/.idea/xin-launcher.iml
+++ b/.idea/xin-launcher.iml
@@ -6,5 +6,6 @@
+
\ No newline at end of file
diff --git a/xin-launcher.zip b/xin-launcher.zip
index 5990752..3eccb32 100644
Binary files a/xin-launcher.zip and b/xin-launcher.zip differ
diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar
index 6369a14..f921ed6 100644
Binary files a/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar and b/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar differ
diff --git a/xin-launcher/apps/xinadmin/editpass.jsp b/xin-launcher/apps/xinadmin/editpass.jsp
index c4caa47..7d4792e 100644
--- a/xin-launcher/apps/xinadmin/editpass.jsp
+++ b/xin-launcher/apps/xinadmin/editpass.jsp
@@ -165,7 +165,6 @@
'token': sessionStorage.getItem("token")
}
}).then(function (res) {
- console.log(res)
if (res.data.state === "success") {
that.$message.success('修改成功');
setTimeout(() => { //设置延迟执行