Commit f506772330a9ee04c436f7645b9b652e85b5de37

Authored by chenbiao
1 parent bc0e7b29

add 天水综合平台入口 三级等保 登录添加验证码以及校验功能 退出功能bug修复

js/config.js
... ... @@ -10,10 +10,10 @@
10 10 // baseUrl = 'http://39.98.54.240:8088/';// url公用地址
11 11  
12 12 //黄石环境测试,别删
13   -baseUrl = 'https://test.renniting.cn/sys/';// url公用地址
  13 +// baseUrl = 'https://test.renniting.cn/sys/';// url公用地址
14 14  
15 15 //黄石环境,别删
16   -// baseUrl = 'https://sys.service.huangshiparking.com/';// url公用地址
  16 +baseUrl = 'https://sys.huangshiparking.com/';// url公用地址
17 17  
18 18  
19 19  
... ...
js/supersized-init.js
... ... @@ -20,9 +20,9 @@ jQuery(function($){
20 20 // Components
21 21 slide_links : 'blank', // Individual links for each slide (Options: false, 'num', 'name', 'blank')
22 22 slides : [ // Slideshow Images
23   - {image : './img/bg1.jpg'},
24   - {image : './img/bg2.jpg'},
25   - {image : './img/bg3.jpg'}
  23 + {image : './img/bg4.jpg'},
  24 + // {image : './img/bg2.jpg'},
  25 + // {image : './img/bg3.jpg'}
26 26 ]
27 27  
28 28 });
... ...
login.html
... ... @@ -75,7 +75,7 @@
75 75 </div>
76 76 </div>
77 77 <div>
78   - <div class="skipFun" style="">京ICP备18048325号-1</div>
  78 +<!-- <div class="skipFun" style="">京ICP备18048325号-1</div>-->
79 79 </div>
80 80 </div>
81 81 <script src="js/jquery.min.js"></script>
... ...