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 + '
  • '); }); // 更新菜单布局