From 1e83af14c621cb2442d9c1a44a34be8828080a3d Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Fri, 21 Nov 2025 10:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=B6=88=E6=81=AF=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/controllers/sys/Notice.php | 47 ++++++++++++++++++++++++++++++++ admin/views/index.php | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 admin/controllers/sys/Notice.php diff --git a/admin/controllers/sys/Notice.php b/admin/controllers/sys/Notice.php new file mode 100644 index 00000000..e3e0770c --- /dev/null +++ b/admin/controllers/sys/Notice.php @@ -0,0 +1,47 @@ +load->view('sys/notice/lists'); + } + + public function add() + { + } + + public function get() + { + + } + + public function edit() + { + } + + public function batch() + { + + } + + public function export() + { + + } + + public function del() + { + + } +} diff --git a/admin/views/index.php b/admin/views/index.php index a1686d8b..b7e0eb78 100644 --- a/admin/views/index.php +++ b/admin/views/index.php @@ -311,7 +311,7 @@ // 连接关闭事件 websocket.onclose = function (event) { - console.log('websocket 关闭连接'); + console.log('websocket 关闭连接', event); if (heartbeatInterval) { clearInterval(heartbeatInterval); heartbeatInterval = null;