diff --git a/mall-demo/src/main/java/com/macro/mall/demo/controller/PageController.java b/mall-demo/src/main/java/com/macro/mall/demo/controller/PageController.java deleted file mode 100644 index 913cd4f..0000000 --- a/mall-demo/src/main/java/com/macro/mall/demo/controller/PageController.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.macro.mall.demo.controller; - -import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestMethod; - -/** - * 页面跳转控制器 - */ -@Controller -public class PageController { - @RequestMapping(value = "/", method = RequestMethod.GET) - public String index() { - return "index"; - } - - @RequestMapping(value = "/crud", method = RequestMethod.GET) - public String crud() { - return "crud"; - } - - @RequestMapping(value = "/login", method = RequestMethod.GET) - public String login() { - return "login"; - } -} diff --git a/mall-demo/src/main/resources/static/css/admin.css b/mall-demo/src/main/resources/static/css/admin.css deleted file mode 100644 index 43db157..0000000 --- a/mall-demo/src/main/resources/static/css/admin.css +++ /dev/null @@ -1,150 +0,0 @@ -body, html {height: 100%; position: relative; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400; overflow-y: hidden;} -img {vertical-align: middle;} -a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none;} - -/** 头部 **/ -#header {width: 100%; height: 70px; padding: 0 20px; position: fixed; z-index: 11; left: 0; top: 0; box-shadow: 0 1px 4px rgba(0,0,0,.3);} -#menu {position: relative; list-style: none; padding: 17px 0; margin-bottom: 0; height: 70px;} -#menu>li {float: left;} - -/* 头部左侧侧边栏操作按钮 */ -.line-trigger{margin-left:-5px;cursor:pointer;position:relative;display:none!important} -.line-trigger:before{content:"";position:absolute;top:50%;left:50%;width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.22);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;transform:scale(0);z-index:0;margin-top:-22px;margin-left:-22px} -.line-trigger.toggled:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)} -.line-wrap{width:18px;height:12px;-webkit-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;margin:12px 20px} -.toggled .line-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)} -.line-wrap .line{width:18px;height:2px;-webkit-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;background-color:#fff} -.toggled .line-wrap .line.top{width:12px;transform:translateX(8px) translateY(1px) rotate(45deg);-webkit-transform:translateX(8px) translateY(1px) rotate(45deg)} -.line-wrap .line.center{margin:3px 0} -.toggled .line-wrap .line.bottom{width:12px;transform:translateX(8px) translateY(-1px) rotate(-45deg);-webkit-transform:translateX(8px) translateY(-1px) rotate(-45deg)} - -/* 头部左侧logo */ -#logo a {margin-left: 10px!important;} -#logo a img{vertical-align: top;} -#system_title{color: #fff; height:33px; line-height: 33px; font-size: 16px;} - -/* 头部右侧工具按钮 */ -.pull-right {float: right!important;} -.hi-menu {list-style: none; padding:0;} -.hi-menu>li {display: inline-block; margin: 0 1px; vertical-align: top; min-width: 50px;} -.hi-menu>li>a {color: #fff; display: block; text-align: center; z-index: 1; position: relative; -webkit-transition: background-color; -o-transition: background-color; transition: background-color; -webkit-transition-duration: 250ms; transition-duration: 250ms; border-radius: 2px;} -.hi-menu>li>a>.him-icon {font-size: 24px; line-height: 36px;} -.dropdown {position: relative;} -.dropdown-menu{box-shadow: 0 2px 10px rgba(0,0,0,.2);border: none;} -.dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:rgba(0,0,0,.08)} -.dropdown-menu>li>a{display:block;clear:both;font-weight:400;color:#333;padding:10px 20px;font-size:13px;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:.3s;transition-duration:.3s} -.dropdown li>a>.zmdi{line-height:100%;vertical-align:top;font-size:16px;width:28px} -#header .skin-switch{padding:10px 0 2px;text-align:center;font-size:13px;} -#search-form{margin: 6px 15px;} -#keywords{min-width:150px} - -/** 正文 **/ -#main {height: 100%; padding-top: 70px; padding-bottom: 0;} - -/* 侧边栏响应式 */ -@media (max-width: 1279px) { - #sidebar {-webkit-transform:translate3d(-288px,0,0); transform: translate3d(-288px,0,0); box-shadow: 0 0 20px rgba(14,18,21,.38) } - #sidebar.toggled {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);} - #header .line-trigger {display: inline-block!important;} -} -@media (max-width: 767px) { - #header{padding: 0 8px;} -} - -/** 侧边栏 **/ -#sidebar {position: fixed; width: 268px; background: #fff; height: calc(100% - 70px); top: 70px; transition: all; -webkit-transition-duration: .3s; transition-duration: .3s; z-index: 10; overflow-y: auto; box-shadow: 1px 0 4px rgba(0,0,0,.3);} - -/* 侧边栏个人信息 */ -.s-profile>a{display:block;height:129px;margin-bottom:5px;width:100%;background-size:100%;text-decoration:none} -.s-profile>a .sp-pic{padding:12px} -.s-profile>a .sp-pic>img{width:47px;height:47px;border-radius:50%;border:3px solid rgba(0,0,0,.14);box-sizing:content-box} -.s-profile>a .sp-info{background:rgba(0,0,0,.37);padding:7px 14px;color:#fff;margin-top:20px;position:relative} -.s-profile>a .sp-info>i{font-size:19px;line-height:100%;position:absolute;right:15px;top:7px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s} -.s-profile.toggled .sp-info>i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)} -.s-profile .main-menu{display:none;margin:0} -.zmdi{display:inline-block;font:normal normal normal 14px/1 Material-Design-Iconic-Font;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} -.zmdi-caret-down:before{content:'\f2f2'} - -/* 侧边栏菜单 */ -.main-menu{list-style:none;padding-left:0;margin:20px 0 0} -.main-menu a{-webkit-transition:color;-o-transition:color;transition:color;-webkit-transition-duration:.3s;transition-duration:.3s} -.main-menu>li>a{padding:14px 20px 14px 65px;display:block;font-weight:500;position:relative;color:#4C4C4C} -.main-menu>li>a>i{position:absolute;left:25px;font-size:18px;top:2px;width:25px;text-align:center;padding:13px 0} -.sub-menu ul{list-style:none;display:none;padding:0} -.sub-menu ul>li:first-child>a{padding-top:14px} -.sub-menu ul>li:last-child>a{padding-bottom:16px} -.sub-menu ul>li>a{padding:8px 20px 8px 65px;font-weight:500;display:block;color:#989898} -.sub-menu.toggled>ul{display:block} -.sub-menu>a:after,.sub-menu>a:before{position:absolute;top:50%;margin-top:-11px;font-family:Material-Design-Iconic-Font;font-size:17px;right:15px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms} -.sub-menu>a:before{content:"\f278";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)} -.sub-menu.toggled>a:before{content:"\f278";-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)} -.sub-menu>a:after,.sub-menu>a:before{position:absolute;top:50%;margin-top:-11px;font-family:Material-Design-Iconic-Font;font-size:17px;right:15px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms} -.sub-menu>a:after{content:"\f273";transform:scale(0)} -.sub-menu.toggled>a:after{content:"\f273";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)} -.main-menu a:hover{color:#262626} -.upms-version{margin-top: 10px; height: 46px; line-height: 46px; font-size: 12px; color: #777; text-align: center; border-top: 1px solid #eee;} - -/* 内容区响应式 */ -@media (min-width: 768px) { - #content {padding-left: 0;} -} -@media (min-width: 992px) { - #content {padding-left: 0;} -} -@media (min-width: 1280px) { - #content {padding-left: 268px;} -} -#content {height: 100%; padding-right: 0; transition: all;} - -/* 内容区 */ -.container, .container-fluid{height:100%;padding:0;} -@media (min-width: 1280px) { - #content:not(.content-alt) {padding-left: 268px;padding-right: 0} -} -@media (min-width: 768px) and (max-width:1279px) { - #content {padding-left: 0;padding-right: 0} -} -@media (min-width: 992px) { - .container {width:100%} -} -@media (min-width: 1200px) { - .container {width:100%} -} -#content {height: 100%;} - -/* 选项卡 */ -.content_tab{width:100%;height:48px;overflow:hidden;} -.content_tab>ul{padding:0;font-size:0;display:block;white-space:nowrap;-webkit-overflow-scrolling:touch;overflow-x:scroll;} -.scroll>ul{margin:0 40px;} -.scroll>.tab_left,.scroll>.tab_right{display:block;} -.tab_left,.tab_right{width:40px;height:48px;line-height:48px;color:#fff;text-align:center;display:none;} -.tab_left{float:left;margin-right:-40px;} -.tab_right{float:right;margin-left:-40px;} -.tab_left>a,.tab_right>a{display:block;width:100%;color:rgba(255, 255, 255, 0.5);font-size:22px;} -.tab_left>.active,.tab_right>.active{color:#fff;} -.content_tab{position:relative;} -.content_tab>ul>li{display:inline-block; height: 48px; line-height: 48px; margin:0; font-size:14px;} -.content_tab>ul>li>a{display:block; height: 48px; line-height: 48px;color:rgba(255, 255, 255, 0.9);padding:0 28px;transition:background-color .35s cubic-bezier(.35,0,.25,1);border-bottom:none;position: relative;} -.content_tab>ul>li>a:active{background:rgba(255, 255, 255, 0.1);} -.content_tab>ul>.cur>a{/*border-bottom:3px solid #FFEB3B;*/color:#fff;} -.content_tab>ul>li>a:after{content:"";position:absolute;bottom:0;left:50%;right:50%;width:0;border-bottom:3px solid #FFEB3B;transition:all linear .2s} -.content_tab>ul>.cur>a:after{left:0;bottom:1px;width:100%;opacity:1;transition:all linear .2s} - -.content_main{height:calc(100% - 48px);-webkit-overflow-scrolling:touch;} -.content_main>.cur{display:block;} -.iframe{height:100%;display:none;} - - -#iframe_home{padding: 15px 30px; font-size: 13px;overflow:auto;} -#iframe_home p{margin-bottom: 5px; line-height: 2em;} - -/* 底部 */ -#footer {display:none;} - -/* 滚动条 */ -.mCSB_scrollTools{width:5px} -.mCSB_scrollTools .mCSB_dragger_bar{border-radius:0!important} -.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_scrollTools.mCSB_scrollTools_vertical{margin:0!important} -.mCSB_scrollTools.mCSB_scrollTools_horizontal{height:10px} - - diff --git a/mall-demo/src/main/resources/static/css/common.css b/mall-demo/src/main/resources/static/css/common.css deleted file mode 100644 index c6a55f8..0000000 --- a/mall-demo/src/main/resources/static/css/common.css +++ /dev/null @@ -1,28 +0,0 @@ -body, html {height: 100%; position: relative; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400;} -img {vertical-align: middle;} -a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none; outline: none; color: #000;} -a i{font-size: 13px;} - -#main{padding: 10px 20px;} - -/* 数据表格 */ -body{font-size: 12px;} -.table i{font-size: 12px; color: #000;} -.bootstrap-table .table>thead>tr>th{border-bottom: none;} -.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{padding: 12px 8px;} -/* 分页 */ -.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{background: #f5f5f5; color: #000; border-color: #7d7d7d;} -.pagination>li>a, .pagination>li>span{color: #000;}.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color: #999;} -/* bootstrap */ -.jconfirm .jconfirm-box .jconfirm-buttons button{-webkit-border-radius: 0; border-radius: 0;} -.btn:active{-webkit-box-shadow: none; box-shadow: none;} -/* input */ -body .jconfirm{z-index: 999;} -.jconfirm-content form{margin-top: 10px;} -.crudDialog{padding: 0 0 2px;} -.dialog-buttons a{font-weight: bold;} -.form-group{margin-bottom: 20px;} -.form-group label{position: absolute; line-height: 2; font-size: 16px; font-weight: normal; transition: all .2s; pointer-events: none; color: #999;} -.form-group .active{transform: translateY(-65%); font-size: 12px; color: #337ab7;} -.form-group .form-control{font-size: 14px; box-shadow: none; padding-left: 0; padding-right: 0; border-radius: 0; border: none; border-bottom: 2px solid #eee; outline: none; transition: all .5s;} -.form-group .form-control:focus{box-shadow: none; border-color: #337ab7;} \ No newline at end of file diff --git a/mall-demo/src/main/resources/static/css/login.css b/mall-demo/src/main/resources/static/css/login.css deleted file mode 100644 index ddcbf46..0000000 --- a/mall-demo/src/main/resources/static/css/login.css +++ /dev/null @@ -1,21 +0,0 @@ -body, html {height: 100%; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400;} -img {vertical-align: middle;} -a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none;} -a i{font-size: 13px;} - -body{background:#ECECEC;} -body:before{height:50%;width:100%;position:absolute;top:0;left:0;background:#29a176;content:"";z-index:0} -#login-window{position:relative;top:50%;left:50%;width:300px;height:200px;margin-left:-150px;margin-top:-100px;padding:35px 55px 35px 25px;z-index:10;background:#fff;box-shadow:0 1px 11px rgba(0,0,0,.27);border-radius:2px;} -.m-b-20{margin-bottom:20px !important;} - -#login-bt{position:absolute;width:50px;height:50px;border-radius:50%;line-height:36px!important;top:50%;margin-top:-25px;right:-25px;background:#FF4F0F;} -#login-bt i{font-size:23px;color:#fff;} - -.input-group-addon{border:none;background:none;font-size:16px;} -.form-control{position:relative;font-size:13px;border:1px solid #e0e0e0;border-left:0;border-right:0;border-top:0;padding:0;background:#fff;height:35px;line-height:35px;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-shadow:none;} -.form-control:active, .form-control:focus{box-shadow:none;} -.fg-line{position:relative;vertical-align:top;display:inline-block;width:100%;} -.fg-line:after{position:absolute;z-index:3;bottom:0;left:0;height:2px;width:0;content:"";-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;background:#29a176;} -.fg-line.fg-toggled:after{width:100%} - -input[type=checkbox].checkbix:checked+label>span:before{box-sizing: content-box;} \ No newline at end of file diff --git a/mall-demo/src/main/resources/static/data/data1.json b/mall-demo/src/main/resources/static/data/data1.json deleted file mode 100644 index b4428b2..0000000 --- a/mall-demo/src/main/resources/static/data/data1.json +++ /dev/null @@ -1,1226 +0,0 @@ -[ - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 2, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 3, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 4, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 5, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 6, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 7, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 8, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 9, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 10, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 11, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 12, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 13, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 14, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 15, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 16, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 17, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 18, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 19, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 20, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - }, - { - "id": 1, - "username": "shuzheng", - "password": "123456", - "name": "张三", - "sex": 1, - "age": 28, - "phone": 13987654321, - "email": "469741414@qq.com", - "address": "中国 北京", - "remark": "官网:http://www.shuzheng.cn" - } -] \ No newline at end of file diff --git a/mall-demo/src/main/resources/static/images/ENTSANI.png b/mall-demo/src/main/resources/static/images/ENTSANI.png deleted file mode 100644 index 26bd3d3..0000000 Binary files a/mall-demo/src/main/resources/static/images/ENTSANI.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/avatar.jpg b/mall-demo/src/main/resources/static/images/avatar.jpg deleted file mode 100644 index 3c2540f..0000000 Binary files a/mall-demo/src/main/resources/static/images/avatar.jpg and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/logo.png b/mall-demo/src/main/resources/static/images/logo.png deleted file mode 100644 index c530ad1..0000000 Binary files a/mall-demo/src/main/resources/static/images/logo.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/logo_image.png b/mall-demo/src/main/resources/static/images/logo_image.png deleted file mode 100644 index 59bd40d..0000000 Binary files a/mall-demo/src/main/resources/static/images/logo_image.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/notifications.png b/mall-demo/src/main/resources/static/images/notifications.png deleted file mode 100644 index 9e69b4e..0000000 Binary files a/mall-demo/src/main/resources/static/images/notifications.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-cms-theme-m1.png b/mall-demo/src/main/resources/static/images/zheng-cms-theme-m1.png deleted file mode 100644 index 98b3571..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-cms-theme-m1.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-cms-theme-m2.png b/mall-demo/src/main/resources/static/images/zheng-cms-theme-m2.png deleted file mode 100644 index 601501c..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-cms-theme-m2.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-cms-theme.png b/mall-demo/src/main/resources/static/images/zheng-cms-theme.png deleted file mode 100644 index 22d125c..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-cms-theme.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-cms.png b/mall-demo/src/main/resources/static/images/zheng-cms.png deleted file mode 100644 index 87c5915..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-cms.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-oss-theme.png b/mall-demo/src/main/resources/static/images/zheng-oss-theme.png deleted file mode 100644 index 2be54d5..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-oss-theme.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-oss.png b/mall-demo/src/main/resources/static/images/zheng-oss.png deleted file mode 100644 index 536d4dc..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-oss.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-pay-theme.png b/mall-demo/src/main/resources/static/images/zheng-pay-theme.png deleted file mode 100644 index 1420d66..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-pay-theme.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-pay.png b/mall-demo/src/main/resources/static/images/zheng-pay.png deleted file mode 100644 index a250f34..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-pay.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-ucenter-theme.png b/mall-demo/src/main/resources/static/images/zheng-ucenter-theme.png deleted file mode 100644 index 33b1271..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-ucenter-theme.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-ucenter.png b/mall-demo/src/main/resources/static/images/zheng-ucenter.png deleted file mode 100644 index 8eb3a98..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-ucenter.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-upms-theme.png b/mall-demo/src/main/resources/static/images/zheng-upms-theme.png deleted file mode 100644 index e47cfe4..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-upms-theme.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zheng-upms.png b/mall-demo/src/main/resources/static/images/zheng-upms.png deleted file mode 100644 index d4199da..0000000 Binary files a/mall-demo/src/main/resources/static/images/zheng-upms.png and /dev/null differ diff --git a/mall-demo/src/main/resources/static/images/zsz.psd b/mall-demo/src/main/resources/static/images/zsz.psd deleted file mode 100644 index 70c0485..0000000 Binary files a/mall-demo/src/main/resources/static/images/zsz.psd and /dev/null differ diff --git a/mall-demo/src/main/resources/static/js/admin.js b/mall-demo/src/main/resources/static/js/admin.js deleted file mode 100644 index 21cd547..0000000 --- a/mall-demo/src/main/resources/static/js/admin.js +++ /dev/null @@ -1,258 +0,0 @@ -var click = device.mobile() ? 'touchstart' : 'click'; -$(function() { - // 侧边栏操作按钮 - $(document).on(click, '#guide', function() { - $(this).toggleClass('toggled'); - $('#sidebar').toggleClass('toggled'); - }); - // 侧边栏二级菜单 - $(document).on('click', '.sub-menu a', function() { - $(this).next().slideToggle(200); - $(this).parent().toggleClass('toggled'); - }); - // 个人资料 - $(document).on('click', '.s-profile a', function() { - $(this).next().slideToggle(200); - $(this).parent().toggleClass('toggled'); - }); - // Waves初始化 - Waves.displayEffect(); - // 滚动条初始化 - $('#sidebar').mCustomScrollbar({ - theme: 'minimal-dark', - scrollInertia: 100, - axis: 'yx', - mouseWheel: { - enable: true, - axis: 'y', - preventDefault: true - } - }); - // 切换系统 - $('.switch-systems').click(function () { - var systemid = $(this).attr('systemid'); - var systemname = $(this).attr('systemname'); - var systemtitle = $(this).attr('systemtitle'); - $('.system_menus').hide(0, function () { - $('.system_' + systemid).show(); - }); - $('body').attr("id", systemname); - $('#system_title').text(systemtitle); - $.cookie('zheng-upms-systemid', systemid); - $.cookie('zheng-upms-systemname', systemname); - $.cookie('zheng-upms-systemtitle', systemtitle); - }); - // 显示cookie菜单 - var systemid = $.cookie('zheng-upms-systemid') || 1; - var systemname = $.cookie('zheng-upms-systemname') || 'zheng-upms-server'; - var systemtitle = $.cookie('zheng-upms-systemtitle') || '权限管理系统'; - $('.system_menus').hide(0, function () { - $('.system_' + systemid).show(); - }); - $('body').attr('id', systemname); - $('#system_title').text(systemtitle); -}); -// iframe高度自适应 -function changeFrameHeight(ifm) { - ifm.height = document.documentElement.clientHeight - 118; -} -function resizeFrameHeight() { - $('.tab_iframe').css('height', document.documentElement.clientHeight - 118); - $('md-tab-content').css('left', '0'); -} -window.onresize = function() { - resizeFrameHeight(); - initScrollShow(); - initScrollState(); -} - -// ========== 选项卡操作 ========== -$(function() { - // 选项卡点击 - $(document).on('click', '.content_tab li', function() { - // 切换选项卡 - $('.content_tab li').removeClass('cur'); - $(this).addClass('cur'); - // 切换iframe - $('.iframe').removeClass('cur'); - $('#iframe_' + $(this).data('index')).addClass('cur'); - var marginLeft = ($('#tabs').css('marginLeft').replace('px', '')); - // 滚动到可视区域:在左侧 - if ($(this).position().left < marginLeft) { - var left = $('.content_tab>ul').scrollLeft() + $(this).position().left - marginLeft; - $('.content_tab>ul').animate({scrollLeft: left}, 200, function() { - initScrollState(); - }); - } - // 滚动到可视区域:在右侧 - if(($(this).position().left + $(this).width() - marginLeft) > document.getElementById('tabs').clientWidth) { - var left = $('.content_tab>ul').scrollLeft() + (($(this).position().left + $(this).width() - marginLeft) - document.getElementById('tabs').clientWidth); - $('.content_tab>ul').animate({scrollLeft: left}, 200, function() { - initScrollState(); - }); - } - }); - // 控制选项卡滚动位置 - $(document).on('click', '.tab_left>a', function() { - $('.content_tab>ul').animate({scrollLeft: $('.content_tab>ul').scrollLeft() - 300}, 200, function() { - initScrollState(); - }); - }); - // 向右箭头 - $(document).on('click', '.tab_right>a', function() { - $('.content_tab>ul').animate({scrollLeft: $('.content_tab>ul').scrollLeft() + 300}, 200, function() { - initScrollState(); - }); - }); - // 初始化箭头状态 - - // 选项卡右键菜单 - var menu = new BootstrapMenu('.tabs li', { - fetchElementData: function(item) { - return item; - }, - actionsGroups: [ - ['close', 'refresh'], - ['closeOther', 'closeAll'], - ['closeRight', 'closeLeft'] - ], - actions: { - close: { - name: '关闭', - iconClass: 'zmdi zmdi-close', - onClick: function(item) { - Tab.closeTab($(item)); - } - }, - closeOther: { - name: '关闭其他', - iconClass: 'zmdi zmdi-arrow-split', - onClick: function(item) { - var index = $(item).data('index'); - $('.content_tab li').each(function() { - if ($(this).data('index') != index) { - Tab.closeTab($(this)); - } - }); - } - }, - closeAll: { - name: '关闭全部', - iconClass: 'zmdi zmdi-swap', - onClick: function() { - $('.content_tab li').each(function() { - Tab.closeTab($(this)); - }); - } - }, - closeRight: { - name: '关闭右侧所有', - iconClass: 'zmdi zmdi-arrow-right', - onClick: function(item) { - var index = $(item).data('index'); - $($('.content_tab li').toArray().reverse()).each(function() { - if ($(this).data('index') != index) { - Tab.closeTab($(this)); - } else { - return false; - } - }); - } - }, - closeLeft: { - name: '关闭左侧所有', - iconClass: 'zmdi zmdi-arrow-left', - onClick: function(item) { - var index = $(item).data('index'); - $('.content_tab li').each(function() { - if ($(this).data('index') != index) { - Tab.closeTab($(this)); - } else { - return false; - } - }); - } - }, - refresh: { - name: '刷新', - iconClass: 'zmdi zmdi-refresh', - onClick: function(item) { - var index = $(item).data('index'); - var $iframe = $('#iframe_' + index).find('iframe'); - $iframe.attr('src', $iframe.attr('src')); - } - } - } - }); -}); -// 选项卡对象 -var Tab = { - addTab: function(title, url) { - var index = url.replace(/\./g, '_').replace(/\//g, '_').replace(/:/g, '_').replace(/\?/g, '_').replace(/,/g, '_').replace(/=/g, '_').replace(/&/g, '_'); - // 如果存在选项卡,则激活,否则创建新选项卡 - if ($('#tab_' + index).length == 0) { - // 添加选项卡 - $('.content_tab li').removeClass('cur'); - var tab = '
' + key + ': ' + value + '
'); - }); - return html.join(''); -} -// 初始化input特效 -function initMaterialInput() { - $('form input[type="text"]').each(function () { - if ($(this).val() != '') { - $(this).parent().find('label').addClass('active'); - } - }); -} \ No newline at end of file diff --git a/mall-demo/src/main/resources/static/js/login.js b/mall-demo/src/main/resources/static/js/login.js deleted file mode 100644 index 37978b7..0000000 --- a/mall-demo/src/main/resources/static/js/login.js +++ /dev/null @@ -1,54 +0,0 @@ -$(function() { - // Waves初始化 - Waves.displayEffect(); - // 输入框获取焦点后出现下划线 - $('.form-control').focus(function() { - $(this).parent().addClass('fg-toggled'); - }).blur(function() { - $(this).parent().removeClass('fg-toggled'); - }); -}); -Checkbix.init(); -$(function() { - // 点击登录按钮 - $('#login-bt').click(function() { - login(); - }); - // 回车事件 - $('#username, #password').keypress(function (event) { - if (13 == event.keyCode) { - login(); - } - }); -}); -// 登录 -function login() { - $.ajax({ - url: '/login', - type: 'POST', - data: { - username: $('#username').val(), - password: $('#password').val(), - rememberMe: $('#rememberMe').is(':checked'), - }, - beforeSend: function() { - - }, - success: function(json){ - if (json.code == 1) { - location.href = json.data; - } else { - alert(json.data); - if (10101 == json.code) { - $('#username').focus(); - } - if (10102 == json.code) { - $('#password').focus(); - } - } - }, - error: function(error){ - console.log(error); - } - }); -} \ No newline at end of file diff --git a/mall-demo/src/main/resources/static/plugins/BootstrapMenu.min.js b/mall-demo/src/main/resources/static/plugins/BootstrapMenu.min.js deleted file mode 100644 index 3636dde..0000000 --- a/mall-demo/src/main/resources/static/plugins/BootstrapMenu.min.js +++ /dev/null @@ -1,16 +0,0 @@ -!function(t){function n(e){if(o[e])return o[e].exports;var i=o[e]={exports:{},id:e,loaded:!1};return t[e].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}var o={};return n.m=t,n.c=o,n.p="",n(0)}([function(t,n,o){window.BootstrapMenu=o(1)},function(t,n,o){"use strict";function e(t){var n=f(''),o=f(''),e=[];e[0]=[],p.each(t.options.actionsGroups,function(t,n){e[n+1]=[]});var i=!1;p.each(t.options.actions,function(n,o){var r=!1;p.each(t.options.actionsGroups,function(t,n){p.contains(t,o)&&(e[n+1].push(o),r=!0)}),r===!1&&e[0].push(o),"undefined"!=typeof n.iconClass&&(i=!0)});var r=!0;return p.each(e,function(n){0!=n.length&&(r===!1&&o.append(''),r=!1,p.each(n,function(n){var e=t.options.actions[n];i===!0?o.append('