%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<%@ include file="../index/top.jsp"%>
序号 |
名称 |
资源路径 |
状态 |
操作 |
${menu.MENU_ORDER } |
${menu.MENU_NAME }
系统
业务
类型三
类型四
|
${menu.MENU_URL == '#'? '': menu.MENU_URL} |
|
|
没有相关数据 |
<%@ include file="../index/foot.jsp"%>