diff --git a/css/common.css b/css/common.css
index 5c3a6cc..cfdf3ef 100755
--- a/css/common.css
+++ b/css/common.css
@@ -59,23 +59,23 @@ table {
.posabs{
position: absolute;
}
-.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
+.clearfix{clear:both;height:0;overflow:hidden;}
/*头部*/
header{
height: 80px;
- background:#1e1e1e;
}
/*底部*/
footer{
width:100%;
- height:40px;
+ height:130px;
position:fixed;
bottom:0;
left:0;
- background:#1e1e1e;
+ /*background:#1e1e1e;*/
cursor: pointer;
- color: rgba(255,255,255,0.4);
+ /*color: rgba(255,255,255,0.4);*/
font-size: 12px;
text-align: center;
- line-height: 40px;
-}
\ No newline at end of file
+ /*line-height: 40px;*/
+}
+
diff --git a/css/index.css b/css/index.css
index 8bcd64c..9b7299f 100755
--- a/css/index.css
+++ b/css/index.css
@@ -3,27 +3,30 @@ body,html{
height: 100%;
overflow: hidden;
letter-spacing:1px;
+ background: url("../img/bodybg.png") no-repeat;
+ background-size:100% 100% ;
}
/**/
header{
height: 80px;
- background-color: #1a222c;
+ /*background-color: #1a222c;*/
}
.index_topbar{
- width: 1160px;
+ width: 1200px;
height: 80px;
margin: 0 auto;
+ /*overflow: hidden;*/
}
.topbar_lmodel{
background: url(../img/logo.png) no-repeat;
background-position: 0px 0px;
height: 33px;
line-height: 33px;
- width: 140px;
+ width: 240px;
font-size: 22px;
color: #fff;
text-indent: 53px;
- display: inline-block;
+ float: left;
margin-top: 23.5px;
}
.topbar_rmodel{
@@ -58,9 +61,10 @@ header{
/*登录后*/
.topbar_userMsg{
display: none;
- margin-right: 26px;
color: #fff;
font-size: 14px;
+ padding-left: 48px;
+ background: url("../img/userId-icon.png") no-repeat 0 center;
}
.topbar_userMsg li{
float: left;
@@ -69,10 +73,11 @@ header{
cursor: pointer;
}
.userId{
- width: 80px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
+ /*width: 80px;*/
+ /*overflow: hidden;*/
+ /*white-space: nowrap;*/
+ /*text-overflow: ellipsis;*/
+
}
.login_out_btn{
cursor: pointer;
@@ -82,11 +87,9 @@ header{
/**/
.main-con{
width: 100%;
- height: calc(100% - 120px);
- height: -webkit-calc(100% - 120px);
- height: -moz-calc(100% - 120px);
- background: url("../img/bg.png") no-repeat;
- background-size: 100% 100%;
+ height: calc(100% - 210px);
+ height: -webkit-calc(100% - 210px);
+ height: -moz-calc(100% - 210px);
position: relative;
}
.main-wrap{
@@ -1198,4 +1201,125 @@ header{
width: 100%;
margin-top: 8px;
}
+/*new 新欢迎页样式 sta*/
+.silde-wrap{
+ width: 1200px;
+ height: 444px;
+ overflow: hidden;
+ position: absolute;
+ top:50%;
+ left: 50%;
+ margin-left: -600px;
+ margin-top: -222px;
+
+}
+.parking-wrap{
+ width: 1200px;
+ height: 444px;
+ background:url("../img/silde-wrap1-icon.png") no-repeat ;
+ cursor: pointer;
+ position: relative;
+}
+.platform-wrap{
+ width: 1200px;
+ height: 444px;
+ background:url("../img/silde-wrap2-icon.png") no-repeat ;
+ cursor: pointer;
+ position: relative;
+}
+.api-wrap{
+ width: 1200px;
+ height: 444px;
+ background:url("../img/silde-wrap3-icon.png") no-repeat ;
+ cursor: pointer;
+ position: relative;
+}
+.gprmxc-wrap{
+ width: 1200px;
+ height: 444px;
+ background:url("../img/silde-wrap5-icon.png") no-repeat ;
+ cursor: pointer;
+ position: relative;
+}
+.caruser-wrap{
+ width: 1200px;
+ height: 444px;
+ background:url("../img/silde-wrap4-icon.png") no-repeat ;
+ cursor: pointer;
+ position: relative;
+}
+/*底部_______________________________________________*/
+.footer-nav{
+ max-width: 1270px;
+ height: 130px;
+ margin: 0 auto;
+ background: url("../img/footer-bg-1.png") repeat-x center bottom;
+ display: inline-flex;
+ position: relative;
+}
+.footer-nav:before,.footer-nav:after{
+ content: '';
+ position: absolute;
+ top:0;
+ width: 100px;
+ height: 130px;
+}
+.footer-nav:before{
+ left: -100px;
+ background: url("../img/footer-bg-2.png") no-repeat center bottom;
+}
+.footer-nav:after{
+ right: -100px;
+ background: url("../img/footer-bg-3.png") no-repeat center bottom;
+}
+.footer-nav li{
+ /*flex: 1;*/
+ float: left;
+ min-width: 200px;
+ max-width: 300px;
+ height: 130px;
+ padding-top: 86px;
+ cursor: pointer;
+ font-size:24px;
+ font-weight:600;
+ color:rgba(255,255,255,1);
+ background-repeat: no-repeat;
+ background-position: center 0;
+}
+.footer-nav .parking-nav{
+ background-image:url("../img/footer-nav1-icon.png") ;
+}
+.footer-nav .platform-nav{
+ background-image:url("../img/footer-nav2-icon.png") ;
+}
+.footer-nav .api-nav{
+ background-image:url("../img/footer-nav3-icon.png") ;
+}
+.footer-nav .gprmxc-nav{
+ background-image:url("../img/footer-nav4-icon.png") ;
+}
+.footer-nav .caruser-nav{
+ background-image:url("../img/footer-nav5-icon.png") ;
+}
+.footer-nav .parking-nav.active{
+ color:#369bf5;
+}
+.footer-nav .platform-nav.active{
+ color:#F5BE19;
+}
+.footer-nav .api-nav.active{
+ color:#1FB276;
+}
+.footer-nav .gprmxc-nav.active{
+ color:#e93644;
+}
+.footer-nav .caruser-nav.active{
+ color:#21cabd;
+}
+.nav-active{
+ background-color:rgba(255,255,255,.1) ;
+ border-radius:31px;
+ border:1px solid rgba(158,231,255,.3);
+
+}
diff --git a/css/login.css b/css/login.css
index c9e67c5..ce47d54 100755
--- a/css/login.css
+++ b/css/login.css
@@ -8,7 +8,7 @@ html,body{
min-height: 700px;
width: 100%;
min-width: 814px;
- background:url(../img/loginbg-icon.png) no-repeat;
+ /*background:url(../img/loginbg-icon.png) no-repeat;*/
background-size: 100% 100%;
position: relative;
}
@@ -21,31 +21,56 @@ html,body{
width: 90.5px;
}
.login-cont{
- height: 380px;
- width:678px;
+ width:372px;
+ height:360px;
position: absolute;
top:50%;
left: 50%;
- margin-top: -190px;
- margin-left: -339px;
- background-color: rgba(255,255,255,.1);
- border-radius: 30px!important;
-}
-
-.login .content {
+ margin-top: -186px;
+ margin-left: -180px;
- /*background-color:#fff;*/
- /*-webkit-border-radius:7px;*/
- /*-moz-border-radius:7px;*/
- /*-ms-border-radius:7px;*/
- /*-o-border-radius:7px;*/
- /*border-radius:7px;*/
- margin: 0 auto;
- width:328px;
- /*height: 440px;*/
- /*padding:46px 30px 30px;*/
- overflow:hidden;
- /*position:relative*/
+}
+.login-title{
+ height: 48px;
+ border-bottom: 2px solid #fff;
+ line-height: 48px;
+ padding-left: 40px;
+ font-size:18px;
+ font-weight:400;
+ color:rgba(55,168,247,1);
+ background:rgba(26,29,41,.6);
+ position: relative;
+}
+.login-title:after{
+ content: '';
+ position: absolute;
+ left: 0;
+ bottom: -2px;
+ width:159px;
+ height:2px;
+ background:rgba(55,168,247,1);
+}
+.login-main{
+ width: 372px;
+ padding:32px 40px;
+ background:rgba(26,29,41,.6);
+}
+.login-user-bg{
+ display: inline-block;
+ vertical-align: middle;
+ width: 40px;
+ height: 40px;
+ background:rgba(170,171,171,.8) url("../img/login-user-bg.png") no-repeat center center;
+}
+.login-pwd-bg{
+ display: inline-block;
+ vertical-align: middle;
+ width: 40px;
+ height: 40px;
+ background:rgba(170,171,171,.8) url("../img/login-pwd-bg.png") no-repeat center center;
+}
+.form-control{
+ border-radius: 0;
}
.login .content h3 {
color:#4db3a5;
@@ -66,8 +91,9 @@ html,body{
margin:0
}
.login .content .form-control {
- height: 36px;
- width: 328px;
+ height: 40px;
+ width: 251px;
+ display: inline-block;
}
.login .content .form-control:active, .login .content .form-control:focus {
border:1px solid #c3ccda
@@ -96,8 +122,6 @@ html,body{
.login .content .form-actions {
clear:both;
border:0;
- margin-left:-30px;
- margin-right:-30px
}
.login-options {
margin-bottom:30px;
@@ -133,11 +157,11 @@ html,body{
padding-bottom:0
}
.login .content .form-actions .btn {
- margin-top:1px;
+ height: 40px;
font-size: 18px;
color: #fff;
- border:1px solid #c90000;
- background-color: #de3a41;
+ border:1px solid #37A8F7;
+ background-color: #37A8F7;
width: 100%;
}
@@ -241,7 +265,7 @@ html,body{
top:16px;
}
.login_error_ifo {
- height: 22px;
+ height: 28px;
text-align: center;
padding: 5px 0;
color: rgb(255, 97, 97);
@@ -258,7 +282,7 @@ html,body{
left: 0;
}
.form-group{
- margin-bottom: 9px;
+ margin-bottom: 12px;
}
.form-control{
color:#000;
@@ -291,19 +315,19 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
#slide_box {
- height: 36px;
+ height: 40px;
text-align: center;
- line-height: 36px;
+ line-height: 40px;
font-size: 14px;
background-color: rgba(255,255,255,.75);
border: none;
}
#slide_xbox {
- width: 56px;
- height: 36px;
+ width: 40px;
+ height: 40px;
text-align: center;
- line-height: 36px;
+ line-height:40px;
font-size: 14px;
position: absolute;
background: #35b34a;
@@ -311,8 +335,8 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
#btn {
cursor: pointer;
- width: 56px;
- height: 36px;
+ width: 40px;
+ height: 40px;
background: #fff url(../img/handler_bg.png);
float: right;
/*-webkit-box-shadow: 0px 0px 15px 0px #ddd;*/
@@ -323,4 +347,42 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
}
.display-hide{
display: none;
-}
\ No newline at end of file
+}
+
+
+
+
+/*
+
+ Supersized - Fullscreen Slideshow jQuery Plugin
+ Version : 3.2.7
+ Site : www.buildinternet.com/project/supersized
+
+ Author : Sam Dunn
+ Company : One Mighty Roar (www.onemightyroar.com)
+ License : MIT License / GPL License
+
+*/
+
+* { margin:0; padding:0; }
+body { background:#111; height:100%; }
+img { border:none; }
+
+#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;}
+
+#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
+#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
+#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
+#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/
+
+#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
+#supersized a { width:100%; height:100%; display:block; }
+#supersized li.prevslide { z-index:-20; }
+#supersized li.activeslide { z-index:-10; }
+/*#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }*/
+/*#supersized li.image-loading img{ visibility:hidden; }*/
+#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
+
+
+#supersized img { max-width: none !important }
+
diff --git a/favicon.ico b/favicon.ico
old mode 100755
new mode 100644
index 327e64c..64b1c25
--- a/favicon.ico
+++ b/favicon.ico
diff --git a/img/bg.png b/img/bg.png
deleted file mode 100755
index 475aa82..0000000
--- a/img/bg.png
+++ /dev/null
diff --git a/img/bg1.jpg b/img/bg1.jpg
new file mode 100755
index 0000000..c4f3154
--- /dev/null
+++ b/img/bg1.jpg
diff --git a/img/bg2.jpg b/img/bg2.jpg
new file mode 100755
index 0000000..d37cf5b
--- /dev/null
+++ b/img/bg2.jpg
diff --git a/img/bg3.jpg b/img/bg3.jpg
new file mode 100755
index 0000000..af6cc6c
--- /dev/null
+++ b/img/bg3.jpg
diff --git a/img/bodybg.png b/img/bodybg.png
new file mode 100755
index 0000000..0bb23ad
--- /dev/null
+++ b/img/bodybg.png
diff --git a/img/footer-bg-1.png b/img/footer-bg-1.png
new file mode 100644
index 0000000..0aa59a2
--- /dev/null
+++ b/img/footer-bg-1.png
diff --git a/img/footer-bg-2.png b/img/footer-bg-2.png
new file mode 100644
index 0000000..69b9302
--- /dev/null
+++ b/img/footer-bg-2.png
diff --git a/img/footer-bg-3.png b/img/footer-bg-3.png
new file mode 100644
index 0000000..7ba35c1
--- /dev/null
+++ b/img/footer-bg-3.png
diff --git a/img/footer-bg.png b/img/footer-bg.png
new file mode 100644
index 0000000..c66f68f
--- /dev/null
+++ b/img/footer-bg.png
diff --git a/img/footer-nav1-icon.png b/img/footer-nav1-icon.png
new file mode 100644
index 0000000..dfc412c
--- /dev/null
+++ b/img/footer-nav1-icon.png
diff --git a/img/footer-nav2-icon.png b/img/footer-nav2-icon.png
new file mode 100644
index 0000000..0ab07e3
--- /dev/null
+++ b/img/footer-nav2-icon.png
diff --git a/img/footer-nav3-icon.png b/img/footer-nav3-icon.png
new file mode 100644
index 0000000..aa953d8
--- /dev/null
+++ b/img/footer-nav3-icon.png
diff --git a/img/footer-nav4-icon.png b/img/footer-nav4-icon.png
new file mode 100644
index 0000000..60f397a
--- /dev/null
+++ b/img/footer-nav4-icon.png
diff --git a/img/footer-nav5-icon.png b/img/footer-nav5-icon.png
new file mode 100644
index 0000000..8bbf20e
--- /dev/null
+++ b/img/footer-nav5-icon.png
diff --git a/img/handler_bg.png b/img/handler_bg.png
old mode 100755
new mode 100644
index 900f1cb..6aab63e
--- a/img/handler_bg.png
+++ b/img/handler_bg.png
diff --git a/img/login-pwd-bg.png b/img/login-pwd-bg.png
new file mode 100644
index 0000000..90ae22a
--- /dev/null
+++ b/img/login-pwd-bg.png
diff --git a/img/login-user-bg.png b/img/login-user-bg.png
new file mode 100644
index 0000000..888e30c
--- /dev/null
+++ b/img/login-user-bg.png
diff --git a/img/logo.png b/img/logo.png
index 494702b..e1772ae 100644
--- a/img/logo.png
+++ b/img/logo.png
diff --git a/img/logo_dy.png b/img/logo_dy.png
new file mode 100644
index 0000000..494702b
--- /dev/null
+++ b/img/logo_dy.png
diff --git a/img/silde-wrap1-icon.png b/img/silde-wrap1-icon.png
new file mode 100755
index 0000000..ec62e77
--- /dev/null
+++ b/img/silde-wrap1-icon.png
diff --git a/img/silde-wrap2-icon.png b/img/silde-wrap2-icon.png
new file mode 100755
index 0000000..79bca6d
--- /dev/null
+++ b/img/silde-wrap2-icon.png
diff --git a/img/silde-wrap3-icon.png b/img/silde-wrap3-icon.png
new file mode 100755
index 0000000..9a96d40
--- /dev/null
+++ b/img/silde-wrap3-icon.png
diff --git a/img/silde-wrap4-icon.png b/img/silde-wrap4-icon.png
new file mode 100755
index 0000000..2196d18
--- /dev/null
+++ b/img/silde-wrap4-icon.png
diff --git a/img/silde-wrap5-icon.png b/img/silde-wrap5-icon.png
new file mode 100755
index 0000000..3da28b1
--- /dev/null
+++ b/img/silde-wrap5-icon.png
diff --git a/img/userId-icon.png b/img/userId-icon.png
new file mode 100644
index 0000000..ee42d0a
--- /dev/null
+++ b/img/userId-icon.png
diff --git a/index.html b/index.html
index 5fbc136..d529319 100755
--- a/index.html
+++ b/index.html
@@ -8,90 +8,45 @@
+
平台汇总
-
-
+
+
+
-
-
丹阳行
+
+
平台汇总
-
- -
- 登入
-
-
-
- 赤峰管理员
+
退出
- - 加盟
-
-
- -
-
-
-
-
- 企业云
-
-
-
-
-
- -
-
-
-
-
-
-数据平台
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
+
@@ -112,6 +67,7 @@
+
diff --git a/js/config.js b/js/config.js
new file mode 100644
index 0000000..7738286
--- /dev/null
+++ b/js/config.js
@@ -0,0 +1,19 @@
+//阿里云正式环境,别删
+// parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址
+// authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
+// baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
+
+//阿里云环境,别删 丹阳
+// baseUrl='http://106.15.191.5:8088/'
+// parkcloudbaseUrl='http://106.15.191.5:8093/'
+// authUrl='http://106.15.191.5:8088/'
+
+//阿里云测试环境,别删
+ baseUrl = 'http://39.98.54.240:8088/';// url公用地址
+// parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址
+// authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址
+
+//demo环境,别删
+// baseUrl = 'http://47.96.41.88:18088/';// url公用地址
+// parkcloudbaseUrl = 'http://47.96.41.88:18093/';// url公用地址
+// authUrl = 'http://47.96.41.88:18088/';// 鉴权URL公用地址
diff --git a/js/index.js b/js/index.js
index b769670..9d773cc 100644
--- a/js/index.js
+++ b/js/index.js
@@ -1,13 +1,10 @@
-/**
- * Created by mac on 17/11/28.
- */
-//
+
//
// fn.getUserName();
console.log(fn.getUserName());
if(fn.getUserName()==''|| fn.getUserName()==undefined||fn.getUserName()==null){
-
+ fn.loginOut();
$('#topbar_userMsg').hide();
$('#topbar_tologin').show();
}else if(fn.getUserName()=='燕松梅赤峰测试'){
@@ -35,44 +32,127 @@ else{
$('#topbar_tologin').hide();
$('#topbar_userMsg').show().find('#userId').text(fn.getUserName());
}
-//
-//用户退出登录
-$('#login_out_btn').on('click', function () {
- // console.log("token:" + fn.getToken());
- fn.loginOut();
-});
-/*$('#main-wrap .clicklink').on('click',function () {
- if($('#topbar_tologin').css('display')=='block'){
- fn.toLoginPage();
- }else{
- var link = $(this).attr('data-link');
- window.open(link)
- }
-http://www.rnting.com/api/index.html
-})*/
-$('#main-wrap .clicklink').on('click',function () {
- if($('#topbar_tologin').css('display')=='block'){
- fn.toLoginPage();
+// 获取页面可显示的系统菜单以及目录样式 sysOpProjectDTOList
+var fun={
+ init:function(){
+ //content 图片内容 清空
+ $('#box').empty();
+ //nav 菜单 清空
+ $('#controls').empty();
+ //加载 菜单 以及 各系统简介图片内容
+ fun.menuInit();
+ //用户退出登录
+ fun.loginOut();
+ },
+ menuInit:function () {
+ //nav 菜单
+ var menuList='';
+ //content 图片内容
+ var imgList='';
+ var sysOpList=sessionStorage.getItem("sysOpProjectDTOList");
+ if(sysOpList=='' ||sysOpList==null ||sysOpList==undefined){
+ menuList+='
- 任你停官网
';
+ imgList='
';
+ // menuList+='
';
+ $('#box').html(imgList);
+ $('#controls').html(menuList);
+ }
+
+ var sysOpProList=JSON.parse(sysOpList);
+
+ console.log(sysOpProList)
+ for(var i=0;i
任你停官网';
+ imgList+='';
+ }
+ menuList+='- '+sysOpProList[i].projectName+'
';
+ imgList+='';
+
+ }
+ else if(sysOpProList[i].projectCode=='GOVERNMENT_PLATFORM'){
+ if(sysOpProList[i].projectName==''||sysOpProList[i].projectName==null||sysOpProList[i].projectName==undefined){
+ menuList+='- 任你停官网
';
+ imgList+='';
+ }
+ menuList+='- '+sysOpProList[i].projectName+'
';
+ imgList+='';
+ }
+ else if(sysOpProList[i].projectCode=='INTERFACE_PLATFORM'){
+ if(sysOpProList[i].projectName==''||sysOpProList[i].projectName==null||sysOpProList[i].projectName==undefined){
+ menuList+='- 任你停官网
';
+ imgList+='';
+ }
+ menuList+='- '+sysOpProList[i].projectName+'
';
+ imgList+='';
+ }
+ else if(sysOpProList[i].projectCode=='CAR_USER_PLATFORM'){
+ if(sysOpProList[i].projectName==''||sysOpProList[i].projectName==null||sysOpProList[i].projectName==undefined){
+ menuList+='- 任你停官网
';
+ imgList+='';
+ }
+ menuList+='- '+sysOpProList[i].projectName+'
';
+ imgList+='';
+ }
+ else if(sysOpProList[i].projectCode=='BEIAN_PLATFORM'){
+ if(sysOpProList[i].projectName==''||sysOpProList[i].projectName==null||sysOpProList[i].projectName==undefined){
+ menuList+='- 任你停官网
';
+ imgList+='';
+ }
+ menuList+='- '+sysOpProList[i].projectName+'
';
+ imgList+='';
+ }else if(sysOpProList[i].projectCode==''||sysOpProList[i].projectCode==null||sysOpProList[i].projectCode==undefined){
+ menuList+='- 任你停官网
';
+ imgList='';
+ }
+
+
+ }
+ menuList+='';
+ $('#box').append(imgList);
+ $('#controls').append(menuList);
+ },
+ //用户退出登录
+ loginOut:function () {
+ $('#login_out_btn').on('click', function () {
+ // console.log("token:" + fn.getToken());
+ fn.loginOut();
+ });
}
- // else if(){
- //token=a5ebda3f-f8b3-4499-bd43-76a69b340f88
- // }
- else{
+
+};
+fun.init();
+//
+
+
+$(document).on('click','#box li',function () {
var link = $(this).attr('data-link');
- if(link==''|| link==undefined||link==null){
- $('#alertmodel').modal('show');
- setTimeout(function () {
- $('#alertmodel').modal('hide')
- },3000);
- // alert('您的账号没有权限登录此平台');
- return;
- }
if(link.indexOf("monitoringPlatform")>0){
link+=("?token="+sessionStorage.getItem("token"));
} else if(link.indexOf("SubMenus/index.html")>0){
link+=("?token="+sessionStorage.getItem("token"));
}
window.open(link)
- }
+})
+var $box = $('#box')
+$box.boxSlider({
+ speed: 1000
+ , autoScroll: false
+ , timeout: 5000
+ , next: '#next'
+ , prev: '#prev'
+ , pause: '#pause'
+ , effect: 'scrollHorz'
+ , blindCount: 15
+
+});
+
+$('#controls').on('click', 'li', function (ev) {
+ $('#controls li').removeClass('active');
+ console.log($(this).data('slideindex'));
+ $box.boxSlider('showSlide', $(this).data('slideindex'));
+ $(this).addClass('active');
+ //ev.preventDefault();
+});
-})
\ No newline at end of file
diff --git a/js/login.js b/js/login.js
index 361a6ae..918121d 100755
--- a/js/login.js
+++ b/js/login.js
@@ -274,6 +274,8 @@ function loginSuccess(res) {
/**将系统编码及名称放入session.*/
sessionStorage.setItem("sysCode", res.data.sysCode);
sessionStorage.setItem("sysName", res.data.sysName);
+ //后台返回用户可见的各个项目项目菜单 例如: projectCode:"INTERFACE_PLATFORM" projectName:"接口平台"
+ sessionStorage.setItem("sysOpProjectDTOList", JSON.stringify(res.data.sysOpProjectDTOList));
//alert("success");
fn.setUserAccount(res.data.userName);
window.location.href = "index.html";
diff --git a/js/slider.js b/js/slider.js
new file mode 100644
index 0000000..f6e06d4
--- /dev/null
+++ b/js/slider.js
@@ -0,0 +1,19 @@
+// JavaScript Document
+(function(i,f,r){var g={},s=!0,p={},u={speed:800,timeout:5E3,autoScroll:!1,pauseOnHover:!1,effect:"scrollVert3d",perspective:1E3};i.jqBoxSlider=g;g.init=function(a){var b=f.extend({},u,a),d=g.slideAnimator(b.effect);return this.each(function(){var a=f(this),h=a.children(),e=f.extend({},b);a.data("bssettings",e);e.slideAnimator=d;e.slideAnimator.initialize(a,h,e);v(a,e);if(e.autoScroll&&(e.autointv=setInterval(function(){n(a)},e.timeout+e.speed),e.pauseOnHover))a.on("hover",o)})};g.playPause=function(){return this.each(function(){o.call(f(this))})};
+ g.showSlide=function(a){a=parseInt(a,10);return this.each(function(){var b=f(this);q(b);n(b,a)})};g.registerAnimator=function(a,b){f.each(a.split(","),function(a,c){p[c]=b});b._cacheOriginalCSS=w;"function"===typeof b.configure&&b.configure(s,x)};g.slideAnimator=function(a){if("object"===typeof p[a])return p[a];throw Error("The slide animator for the "+a+" effect has not been registered");};g.option=function(a,b){return"undefined"===typeof b?(this.data("bssettings")||{})[a]:this.each(function(){var d=
+ f(this),c=d.data("bssettings")||{};c[a]=b;q(d,c);"effect"===a?(c.slideAnimator.destroy(d,c),c.slideAnimator=g.slideAnimator(b),c._slideFilter=null,c.bsfaceindex=0,c.slideAnimator.initialize(d,d.children(),c)):"function"===typeof c.slideAnimator.reset&&c.slideAnimator.reset(d,c)})};g.destroy=function(){return this.each(function(){var a=f(this),b=(a.data()||{}).bssettings;b&&"object"===typeof b.slideAnimator&&(b.autointv&&clearInterval(b.autointv),b.slideAnimator.destroy(a,b))})};var v=function(a,b){var d=
+ f();null!=b.next&&(d=d.add(f(b.next).on("click",{reverse:!1},t)));null!=b.prev&&(d=d.add(f(b.prev).on("click",{reverse:!0},t)));null!=b.pause&&(d=d.add(f(b.pause).on("click",y)));d.data("bsbox",a)},t=function(a){var b=f(this).data("bsbox");q(b);n(b,r,a.data.reverse);a.preventDefault()},y=function(a){var b=f(this),d=b.data("bsbox");o.call(d);b.toggleClass("paused");a.preventDefault()},o=function(a,b,d){var c=f(this);d||(d=c.data("bssettings"));if(null!=d.autointv||b)if(d.autointv=clearInterval(d.autointv),
+ !b)return;d.autointv=setInterval(function(){n(c)},d.timeout+d.speed)},n=function(a,b,d){var c=a.data("bssettings"),h=a.children(),e,k,j,g;null!=c._slideFilter&&(h="function"===typeof c._slideFilter?h.filter(function(b){return c._slideFilter.call(h,b,c)}):h.filter(c.slideFilter));e=c.bsfaceindex||0;k=z(e,h.length,d,b);a.hasClass("jbs-in-motion")||-1===k||(j=h.eq(e),g=h.eq(k),a.addClass("jbs-in-motion"),"function"===typeof c.onbefore&&c.onbefore.call(a,j,g,e,k),f.extend(c,c.slideAnimator.transition(f.extend({$box:a,
+ $slides:h,$currSlide:j,$nextSlide:g,reverse:d,currIndex:e,nextIndex:k},c))),setTimeout(function(){a.removeClass("jbs-in-motion");"function"===typeof c.onafter&&c.onafter.call(a,j,g,e,k)},c.speed),c.bsfaceindex=k)},q=function(a,b){b||(b=a.data("bssettings")||{});b.autoScroll&&o.call(a,r,!0,b)},z=function(a,b,d,c){null==c&&(c=d?0>a-1?b-1:a-1:a+1=b||0>c?-1:c},w=function(a,b,d,c){c="position top left display overflow width height".split(" ").concat(c||[]);d.origCSS||(d.origCSS=
+ {});d.origCSS[b]||(d.origCSS[b]={});f.each(c,function(h,e){d.origCSS[b][e]=a.css(e)})},x=function(){var a=document.body.style,b="";"webkitTransition"in a&&(b="-webkit-");"MozTransition"in a&&(b="-moz-");s="webkitPerspective"in a||"MozPerspective"in a||"perspective"in a;return b}();f.fn.boxSlider=function(a){return"string"===typeof a&&"function"===typeof g[a]?g[a].apply(this,Array.prototype.slice.call(arguments,1)):g.init.apply(this,arguments)};i.jqBoxSlider.registerAnimator("blindDown,blindLeft",
+ function(){var a=function(b,a){return this.get(b)!==a.$blinds.get(0)},b=function(b){return b.attr("src")||b.find("img").attr("src")},d=function(b){switch(b.effect){case "blindDown":return{top:"100%"};case "blindLeft":return{width:"0px"}}},c=function(a){var e={backgroundImage:"url("+b(a.$nextSlide)+")"};switch(a.effect){case "blindDown":e.top="0px";break;case "blindLeft":e.width=a.blindSize}return e};return{initialize:function(d,e,c){var j=f(document.createElement("div")),g=b(e.eq(0)),l,m=0;c.blindCount||
+ (c.blindCount=10);c.blindSpeed=c.speed;c.blindintv=c.speed/c.blindCount;c.speed+=c.blindintv*c.blindCount;c.blindSize=d.width()/c.blindCount;this._cacheOriginalCSS(d,"box",c);for(this._cacheOriginalCSS(e,"slides",c);m ')});a.supersized=function(b){var c="#supersized",d=this;d.$el=a(c);d.el=c;vars=a.supersized.vars;d.$el.data("supersized",d);api=d.$el.data("supersized");d.init=function(){a.supersized.vars=a.extend(a.supersized.vars,a.supersized.themeVars);a.supersized.vars.options=a.extend({},a.supersized.defaultOptions,a.supersized.themeOptions,b);d.options=a.supersized.vars.options;d._build()};d._build=function(){var g=0,e="",j="",h,f="",i;while(g<=d.options.slides.length-1){switch(d.options.slide_links){case"num":h=g;break;case"name":h=d.options.slides[g].title;break;case"blank":h="";break}e=e+'';if(g==d.options.start_slide-1){if(d.options.slide_links){j=j+'- '+h+"
"}if(d.options.thumb_links){d.options.slides[g].thumb?i=d.options.slides[g].thumb:i=d.options.slides[g].image;f=f+'
'}}else{if(d.options.slide_links){j=j+'- '+h+"
"}if(d.options.thumb_links){d.options.slides[g].thumb?i=d.options.slides[g].thumb:i=d.options.slides[g].image;f=f+'
'}}g++}if(d.options.slide_links){a(vars.slide_list).html(j)}if(d.options.thumb_links&&vars.thumb_tray.length){a(vars.thumb_tray).append('")}a(d.el).append(e);if(d.options.thumbnail_navigation){vars.current_slide-1<0?prevThumb=d.options.slides.length-1:prevThumb=vars.current_slide-1;a(vars.prev_thumb).show().html(a("
").attr("src",d.options.slides[prevThumb].image));vars.current_slide==d.options.slides.length-1?nextThumb=0:nextThumb=vars.current_slide+1;a(vars.next_thumb).show().html(a("
").attr("src",d.options.slides[nextThumb].image))}d._start()};d._start=function(){if(d.options.start_slide){vars.current_slide=d.options.start_slide-1}else{vars.current_slide=Math.floor(Math.random()*d.options.slides.length)}var o=d.options.new_window?' target="_blank"':"";if(d.options.performance==3){d.$el.addClass("speed")}else{if((d.options.performance==1)||(d.options.performance==2)){d.$el.addClass("quality")}}if(d.options.random){arr=d.options.slides;for(var h,m,k=arr.length;k;h=parseInt(Math.random()*k),m=arr[--k],arr[k]=arr[h],arr[h]=m){}d.options.slides=arr}if(d.options.slides.length>1){if(d.options.slides.length>2){vars.current_slide-1<0?loadPrev=d.options.slides.length-1:loadPrev=vars.current_slide-1;var g=(d.options.slides[loadPrev].url)?"href='"+d.options.slides[loadPrev].url+"'":"";var q=a('
');var n=d.el+" li:eq("+loadPrev+")";q.appendTo(n).wrap("").parent().parent().addClass("image-loading prevslide");q.load(function(){a(this).data("origWidth",a(this).width()).data("origHeight",a(this).height());d.resizeNow()})}}else{d.options.slideshow=0}g=(api.getField("url"))?"href='"+api.getField("url")+"'":"";var l=a('
');var f=d.el+" li:eq("+vars.current_slide+")";l.appendTo(f).wrap("").parent().parent().addClass("image-loading activeslide");l.load(function(){d._origDim(a(this));d.resizeNow();d.launch();if(typeof theme!="undefined"&&typeof theme._init=="function"){theme._init()}});if(d.options.slides.length>1){vars.current_slide==d.options.slides.length-1?loadNext=0:loadNext=vars.current_slide+1;g=(d.options.slides[loadNext].url)?"href='"+d.options.slides[loadNext].url+"'":"";var e=a('
');var p=d.el+" li:eq("+loadNext+")";e.appendTo(p).wrap("").parent().parent().addClass("image-loading");e.load(function(){a(this).data("origWidth",a(this).width()).data("origHeight",a(this).height());d.resizeNow()})}d.$el.css("visibility","hidden");a(".load-item").hide()};d.launch=function(){d.$el.css("visibility","visible");a("#supersized-loader").remove();if(typeof theme!="undefined"&&typeof theme.beforeAnimation=="function"){theme.beforeAnimation("next")}a(".load-item").show();if(d.options.keyboard_nav){a(document.documentElement).keyup(function(e){if(vars.in_animation){return false}if((e.keyCode==37)||(e.keyCode==40)){clearInterval(vars.slideshow_interval);d.prevSlide()}else{if((e.keyCode==39)||(e.keyCode==38)){clearInterval(vars.slideshow_interval);d.nextSlide()}else{if(e.keyCode==32&&!vars.hover_pause){clearInterval(vars.slideshow_interval);d.playToggle()}}}})}if(d.options.slideshow&&d.options.pause_hover){a(d.el).hover(function(){if(vars.in_animation){return false}vars.hover_pause=true;if(!vars.is_paused){vars.hover_pause="resume";d.playToggle()}},function(){if(vars.hover_pause=="resume"){d.playToggle();vars.hover_pause=false}})}if(d.options.slide_links){a(vars.slide_list+"> li").click(function(){index=a(vars.slide_list+"> li").index(this);targetSlide=index+1;d.goTo(targetSlide);return false})}if(d.options.thumb_links){a(vars.thumb_list+"> li").click(function(){index=a(vars.thumb_list+"> li").index(this);targetSlide=index+1;api.goTo(targetSlide);return false})}if(d.options.slideshow&&d.options.slides.length>1){if(d.options.autoplay&&d.options.slides.length>1){vars.slideshow_interval=setInterval(d.nextSlide,d.options.slide_interval)}else{vars.is_paused=true}a(".load-item img").bind("contextmenu mousedown",function(){return false})}a(window).resize(function(){d.resizeNow()})};d.resizeNow=function(){return d.$el.each(function(){a("img",d.el).each(function(){thisSlide=a(this);var f=(thisSlide.data("origHeight")/thisSlide.data("origWidth")).toFixed(2);var e=d.$el.width(),h=d.$el.height(),i;if(d.options.fit_always){if((h/e)>f){g()}else{j()}}else{if((h<=d.options.min_height)&&(e<=d.options.min_width)){if((h/e)>f){d.options.fit_landscape&&f<1?g(true):j(true)}else{d.options.fit_portrait&&f>=1?j(true):g(true)}}else{if(e<=d.options.min_width){if((h/e)>f){d.options.fit_landscape&&f<1?g(true):j()}else{d.options.fit_portrait&&f>=1?j():g(true)}}else{if(h<=d.options.min_height){if((h/e)>f){d.options.fit_landscape&&f<1?g():j(true)}else{d.options.fit_portrait&&f>=1?j(true):g()}}else{if((h/e)>f){d.options.fit_landscape&&f<1?g():j()}else{d.options.fit_portrait&&f>=1?j():g()}}}}}function g(k){if(k){if(thisSlide.width()=d.options.min_height){thisSlide.width(d.options.min_width);thisSlide.height(thisSlide.width()*f)}else{j()}}}else{if(d.options.min_height>=h&&!d.options.fit_landscape){if(e*f>=d.options.min_height||(e*f>=d.options.min_height&&f<=1)){thisSlide.width(e);thisSlide.height(e*f)}else{if(f>1){thisSlide.height(d.options.min_height);thisSlide.width(thisSlide.height()/f)}else{if(thisSlide.width()=d.options.min_width){thisSlide.height(d.options.min_height);thisSlide.width(thisSlide.height()/f)}else{g(true)}}}else{if(d.options.min_width>=e){if(h/f>=d.options.min_width||f>1){thisSlide.height(h);thisSlide.width(h/f)}else{if(f<=1){thisSlide.width(d.options.min_width);thisSlide.height(thisSlide.width()*f)}}}else{thisSlide.height(h);thisSlide.width(h/f)}}}if(thisSlide.parents("li").hasClass("image-loading")){a(".image-loading").removeClass("image-loading")}if(d.options.horizontal_center){a(this).css("left",(e-a(this).width())/2)}if(d.options.vertical_center){a(this).css("top",(h-a(this).height())/2)}});if(d.options.image_protect){a("img",d.el).bind("contextmenu mousedown",function(){return false})}return false})};d.nextSlide=function(){if(vars.in_animation||!api.options.slideshow){return false}else{vars.in_animation=true}clearInterval(vars.slideshow_interval);var h=d.options.slides,e=d.$el.find(".activeslide");a(".prevslide").removeClass("prevslide");e.removeClass("activeslide").addClass("prevslide");vars.current_slide+1==d.options.slides.length?vars.current_slide=0:vars.current_slide++;var g=a(d.el+" li:eq("+vars.current_slide+")"),i=d.$el.find(".prevslide");if(d.options.performance==1){d.$el.removeClass("quality").addClass("speed")}loadSlide=false;vars.current_slide==d.options.slides.length-1?loadSlide=0:loadSlide=vars.current_slide+1;var k=d.el+" li:eq("+loadSlide+")";if(!a(k).html()){var j=d.options.new_window?' target="_blank"':"";imageLink=(d.options.slides[loadSlide].url)?"href='"+d.options.slides[loadSlide].url+"'":"";var f=a('
');f.appendTo(k).wrap("").parent().parent().addClass("image-loading").css("visibility","hidden");f.load(function(){d._origDim(a(this));d.resizeNow()})}if(d.options.thumbnail_navigation==1){vars.current_slide-1<0?prevThumb=d.options.slides.length-1:prevThumb=vars.current_slide-1;a(vars.prev_thumb).html(a("
").attr("src",d.options.slides[prevThumb].image));nextThumb=loadSlide;a(vars.next_thumb).html(a("
").attr("src",d.options.slides[nextThumb].image))}if(typeof theme!="undefined"&&typeof theme.beforeAnimation=="function"){theme.beforeAnimation("next")}if(d.options.slide_links){a(".current-slide").removeClass("current-slide");a(vars.slide_list+"> li").eq(vars.current_slide).addClass("current-slide")}g.css("visibility","hidden").addClass("activeslide");switch(d.options.transition){case 0:case"none":g.css("visibility","visible");vars.in_animation=false;d.afterAnimation();break;case 1:case"fade":g.animate({opacity:0},0).css("visibility","visible").animate({opacity:1,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 2:case"slideTop":g.animate({top:-d.$el.height()},0).css("visibility","visible").animate({top:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 3:case"slideRight":g.animate({left:d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 4:case"slideBottom":g.animate({top:d.$el.height()},0).css("visibility","visible").animate({top:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 5:case"slideLeft":g.animate({left:-d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 6:case"carouselRight":g.animate({left:d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});e.animate({left:-d.$el.width(),avoidTransforms:false},d.options.transition_speed);break;case 7:case"carouselLeft":g.animate({left:-d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});e.animate({left:d.$el.width(),avoidTransforms:false},d.options.transition_speed);break}return false};d.prevSlide=function(){if(vars.in_animation||!api.options.slideshow){return false}else{vars.in_animation=true}clearInterval(vars.slideshow_interval);var h=d.options.slides,e=d.$el.find(".activeslide");a(".prevslide").removeClass("prevslide");e.removeClass("activeslide").addClass("prevslide");vars.current_slide==0?vars.current_slide=d.options.slides.length-1:vars.current_slide--;var g=a(d.el+" li:eq("+vars.current_slide+")"),i=d.$el.find(".prevslide");if(d.options.performance==1){d.$el.removeClass("quality").addClass("speed")}loadSlide=vars.current_slide;var k=d.el+" li:eq("+loadSlide+")";if(!a(k).html()){var j=d.options.new_window?' target="_blank"':"";imageLink=(d.options.slides[loadSlide].url)?"href='"+d.options.slides[loadSlide].url+"'":"";var f=a('
');f.appendTo(k).wrap("").parent().parent().addClass("image-loading").css("visibility","hidden");f.load(function(){d._origDim(a(this));d.resizeNow()})}if(d.options.thumbnail_navigation==1){loadSlide==0?prevThumb=d.options.slides.length-1:prevThumb=loadSlide-1;a(vars.prev_thumb).html(a("
").attr("src",d.options.slides[prevThumb].image));vars.current_slide==d.options.slides.length-1?nextThumb=0:nextThumb=vars.current_slide+1;a(vars.next_thumb).html(a("
").attr("src",d.options.slides[nextThumb].image))}if(typeof theme!="undefined"&&typeof theme.beforeAnimation=="function"){theme.beforeAnimation("prev")}if(d.options.slide_links){a(".current-slide").removeClass("current-slide");a(vars.slide_list+"> li").eq(vars.current_slide).addClass("current-slide")}g.css("visibility","hidden").addClass("activeslide");switch(d.options.transition){case 0:case"none":g.css("visibility","visible");vars.in_animation=false;d.afterAnimation();break;case 1:case"fade":g.animate({opacity:0},0).css("visibility","visible").animate({opacity:1,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 2:case"slideTop":g.animate({top:d.$el.height()},0).css("visibility","visible").animate({top:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 3:case"slideRight":g.animate({left:-d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 4:case"slideBottom":g.animate({top:-d.$el.height()},0).css("visibility","visible").animate({top:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 5:case"slideLeft":g.animate({left:d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});break;case 6:case"carouselRight":g.animate({left:-d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});e.animate({left:0},0).animate({left:d.$el.width(),avoidTransforms:false},d.options.transition_speed);break;case 7:case"carouselLeft":g.animate({left:d.$el.width()},0).css("visibility","visible").animate({left:0,avoidTransforms:false},d.options.transition_speed,function(){d.afterAnimation()});e.animate({left:0},0).animate({left:-d.$el.width(),avoidTransforms:false},d.options.transition_speed);break}return false};d.playToggle=function(){if(vars.in_animation||!api.options.slideshow){return false}if(vars.is_paused){vars.is_paused=false;if(typeof theme!="undefined"&&typeof theme.playToggle=="function"){theme.playToggle("play")}vars.slideshow_interval=setInterval(d.nextSlide,d.options.slide_interval)}else{vars.is_paused=true;if(typeof theme!="undefined"&&typeof theme.playToggle=="function"){theme.playToggle("pause")}clearInterval(vars.slideshow_interval)}return false};d.goTo=function(f){if(vars.in_animation||!api.options.slideshow){return false}var e=d.options.slides.length;if(f<0){f=e}else{if(f>e){f=1}}f=e-f+1;clearInterval(vars.slideshow_interval);if(typeof theme!="undefined"&&typeof theme.goTo=="function"){theme.goTo()}if(vars.current_slide==e-f){if(!(vars.is_paused)){vars.slideshow_interval=setInterval(d.nextSlide,d.options.slide_interval)}return false}if(e-f>vars.current_slide){vars.current_slide=e-f-1;vars.update_images="next";d._placeSlide(vars.update_images)}else{if(e-f .current-slide").removeClass("current-slide");a(vars.slide_list+"> li").eq((e-f)).addClass("current-slide")}if(d.options.thumb_links){a(vars.thumb_list+"> .current-thumb").removeClass("current-thumb");a(vars.thumb_list+"> li").eq((e-f)).addClass("current-thumb")}};d._placeSlide=function(e){var h=d.options.new_window?' target="_blank"':"";loadSlide=false;if(e=="next"){vars.current_slide==d.options.slides.length-1?loadSlide=0:loadSlide=vars.current_slide+1;var g=d.el+" li:eq("+loadSlide+")";if(!a(g).html()){var h=d.options.new_window?' target="_blank"':"";imageLink=(d.options.slides[loadSlide].url)?"href='"+d.options.slides[loadSlide].url+"'":"";var f=a('
');f.appendTo(g).wrap("").parent().parent().addClass("image-loading").css("visibility","hidden");f.load(function(){d._origDim(a(this));d.resizeNow()})}d.nextSlide()}else{if(e=="prev"){vars.current_slide-1<0?loadSlide=d.options.slides.length-1:loadSlide=vars.current_slide-1;var g=d.el+" li:eq("+loadSlide+")";if(!a(g).html()){var h=d.options.new_window?' target="_blank"':"";imageLink=(d.options.slides[loadSlide].url)?"href='"+d.options.slides[loadSlide].url+"'":"";var f=a('
');f.appendTo(g).wrap("").parent().parent().addClass("image-loading").css("visibility","hidden");f.load(function(){d._origDim(a(this));d.resizeNow()})}d.prevSlide()}}};d._origDim=function(e){e.data("origWidth",e.width()).data("origHeight",e.height())};d.afterAnimation=function(){if(d.options.performance==1){d.$el.removeClass("speed").addClass("quality")}if(vars.update_images){vars.current_slide-1<0?setPrev=d.options.slides.length-1:setPrev=vars.current_slide-1;vars.update_images=false;a(".prevslide").removeClass("prevslide");a(d.el+" li:eq("+setPrev+")").addClass("prevslide")}vars.in_animation=false;if(!vars.is_paused&&d.options.slideshow){vars.slideshow_interval=setInterval(d.nextSlide,d.options.slide_interval);if(d.options.stop_loop&&vars.current_slide==d.options.slides.length-1){d.playToggle()}}if(typeof theme!="undefined"&&typeof theme.afterAnimation=="function"){theme.afterAnimation()}return false};d.getField=function(e){return d.options.slides[vars.current_slide][e]};d.init()};a.supersized.vars={thumb_tray:"#thumb-tray",thumb_list:"#thumb-list",slide_list:"#slide-list",current_slide:0,in_animation:false,is_paused:false,hover_pause:false,slideshow_interval:false,update_images:false,options:{}};a.supersized.defaultOptions={slideshow:1,autoplay:1,start_slide:1,stop_loop:0,random:0,slide_interval:5000,transition:1,transition_speed:750,new_window:1,pause_hover:0,keyboard_nav:1,performance:1,image_protect:1,fit_always:0,fit_landscape:0,fit_portrait:1,min_width:0,min_height:0,horizontal_center:1,vertical_center:1,slide_links:1,thumb_links:1,thumbnail_navigation:0};a.fn.supersized=function(b){return this.each(function(){(new a.supersized(b))})}})(jQuery);
diff --git a/js/unit.js b/js/unit.js
index d5be310..ca1afa6 100755
--- a/js/unit.js
+++ b/js/unit.js
@@ -9,25 +9,6 @@ sysComm = {
}
-//var baseUrl = 'http://localhost:8089/';// url公用地址
-//var parkcloudbaseUrl = 'http://localhost:8099/';// url公用地址
-// var authUrl = 'http://localhost:8089/';// 鉴权URL公用地址192.168.1.196:8090
-
-//阿里云环境,别删
-var baseUrl='http://106.15.191.5:8088/'
-var parkcloudbaseUrl='http://106.15.191.5:8093/'
-var authUrl='http://106.15.191.5:8088/'
-
-//47 测试环境,别删
-// var baseUrl = 'http://47.96.41.38:8088/';// url公用地址
-// var parkcloudbaseUrl = 'http://47.96.41.38:8093/';// url公用地址
-// var authUrl = 'http://47.96.41.38:8088/';// 鉴权URL公用地址
-
-//demo环境,别删
-// var baseUrl = 'http://47.96.41.88:18088/';// url公用地址
-// var parkcloudbaseUrl = 'http://47.96.41.88:18093/';// url公用地址
-// var authUrl = 'http://47.96.41.88:18088/';// 鉴权URL公用地址
-
var dataUrl = dataUrl || {};
// dataUrl.util = {
@@ -117,6 +98,7 @@ fn = {
sysAjax(req);
}
+ $('#userId').text('');
fn.toLoginPage();
}
diff --git a/league.html b/league.html
index fdcaaaf..b6c2a88 100755
--- a/league.html
+++ b/league.html
@@ -8,6 +8,7 @@
+
加盟
diff --git a/login.html b/login.html
index 860e6f9..34ab8ff 100755
--- a/login.html
+++ b/login.html
@@ -9,10 +9,12 @@
+
登录
+
@@ -32,45 +34,41 @@
-
-

+
+ 账户登录
-