|
@@ -3,10 +3,13 @@
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
|
|
+<%
|
|
|
+ String basePath = request.getContextPath();
|
|
|
+%>
|
|
|
<jsp:include page="../../../common/admin/modal_content_pre.jsp">
|
|
|
<jsp:param name="modal_title" value="详情"/>
|
|
|
</jsp:include>
|
|
|
-<form id="publisResourceDetailFormId" action="/admin/smsswitch/update.action" method="post" role="form" class="form-horizontal">
|
|
|
+<form id="publisResourceDetailFormId" action="<%=basePath%>/admin/smsswitch/update.action" method="post" role="form" class="form-horizontal">
|
|
|
<input hidden name="id" value="${smsSwitch.id}"/>
|
|
|
<div class="form-group">
|
|
|
<label class="col-md-3 col-sm-3 control-label">功能编码:</label>
|