From 7d30f0afd7ca55d48b9ce9c9bc08a56a9de3ad53 Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:14:58 +0800 Subject: [PATCH] ADD file via upload --- src/main/webapp/WEB-INF/views/common/menus.jsp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/common/menus.jsp diff --git a/src/main/webapp/WEB-INF/views/common/menus.jsp b/src/main/webapp/WEB-INF/views/common/menus.jsp new file mode 100644 index 0000000..478a7d5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/common/menus.jsp @@ -0,0 +1,5 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + ${thirdMenu.name } + \ No newline at end of file