From c8d2dfd02be0482083ac3291c425efb0c411f3d2 Mon Sep 17 00:00:00 2001 From: shenzi Date: Tue, 26 Dec 2017 16:27:47 +0800 Subject: [PATCH] 增加首页banner配置页面 --- WebContent/WEB-INF/jsp/pc/banner/bannerList.jsp | 197 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebContent/WEB-INF/res/plugins/datas/nav.js | 4 ++++ 2 files changed, 201 insertions(+), 0 deletions(-) create mode 100644 WebContent/WEB-INF/jsp/pc/banner/bannerList.jsp diff --git a/WebContent/WEB-INF/jsp/pc/banner/bannerList.jsp b/WebContent/WEB-INF/jsp/pc/banner/bannerList.jsp new file mode 100644 index 0000000..33151ae --- /dev/null +++ b/WebContent/WEB-INF/jsp/pc/banner/bannerList.jsp @@ -0,0 +1,197 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + + + + + + + + 首页banner设置 + + + + + + + + + + + + + + + + + + + + +
No项目名称经度纬度海报模板id更新时间操作
+
暂无数据
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+
+ + + + + + \ No newline at end of file diff --git a/WebContent/WEB-INF/res/plugins/datas/nav.js b/WebContent/WEB-INF/res/plugins/datas/nav.js index 7951883..1526510 100644 --- a/WebContent/WEB-INF/res/plugins/datas/nav.js +++ b/WebContent/WEB-INF/res/plugins/datas/nav.js @@ -1,4 +1,8 @@ var navs2 = [{ + "title": "首页banner", + "icon": "icon-shangpin", + "href": "/zzhnc/banner/bannerList" + },{ "title": "商品管理", "icon": "icon-shangpin", "href": "/zzhnc/goods/goodsList" -- libgit2 0.24.0