From 9c4d5b8a7dda470779289971f32338a448c08845 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 25 Dec 2023 23:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20home.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/home.html b/app/templates/home.html index 0d3e553..3c1df51 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -24,7 +24,7 @@ {{ session.nickname }}
-
资料
+
资料
登出
@@ -55,7 +55,7 @@ // 动态添加菜单项 menuItems.forEach(function (item) { - menuList.append('
  • ' + item.name + '
  • '); + menuList.append('
  • ' + item.name + '
  • '); }); // 更新菜单布局