Commit f506772330a9ee04c436f7645b9b652e85b5de37
1 parent
bc0e7b29
add 天水综合平台入口 三级等保 登录添加验证码以及校验功能 退出功能bug修复
Showing
3 changed files
with
6 additions
and
6 deletions
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 | }); | ... | ... |