ソースを参照

活动策划跳转

anderx 3 年 前
コミット
47056cc9ea

+ 1 - 5
src/main/java/com/goafanti/common/controller/WebpageController.java

@@ -1424,11 +1424,7 @@ public class WebpageController extends BaseController {
 		return modelview;
 	}
 
-	@RequestMapping(value = "/portal/service/eventPlanning", method = RequestMethod.GET)
-	public ModelAndView portalServiceEventPlanning(HttpServletRequest request, ModelAndView modelview){
-		modelview.setViewName("/portal/service/eventPlanning");
-		return modelview;
-	}
+
 
 	/**
 	 * 高企自评

+ 0 - 30
src/main/webapp/WEB-INF/views/portal/service/eventPlanning.html

@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:th="http://www.thymeleaf.org"
-	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
-
-<head th:replace="common::header(~{::title},~{::link})">
-    <title>技淘网-知识产权维权首页</title>
-    <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
-    <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
-	<link th:href="${portalHost+'/newMenu/services.css'}" rel="stylesheet"></head>
-<body>
-<div th:replace="common::nav('','eventPlanning')"></div>
-     <!-- 上面是公共头部 -->
-<div style="height:1000px;width: 100%">
-	<h1>内容开发中...</h1>
-</div>
-
-    <!-- 下面是公共底部 -->
-    <footer>
-		<div th:replace="common::copyright"></div>
-		<div th:replace="common::login"></div>
-	</footer>
-	<div th:replace="common::footer(~{::script})">
-		<script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
-		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
-		<script type="text/javascript" th:src="${portalHost+'/newMenu/services.js'}"></script>
-
-	</div>
-</body>
-</html>