diff --git a/index.html b/index.html
index cb76312..e8f39fc 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
锁定账户
- 退出
+ 退出
@@ -183,6 +183,15 @@
}]
});
});
+
+ /**
+ * 退出操作
+ */
+ $("#logout").click(function () {
+ layer.confirm("确定要退出吗?", {skin: 'layui-layer-lan', icon: 3, title:'提示', anim: 6}, function () {
+ window.location = "login.html";
+ });
+ });
});