Showing
2 changed files
with
5 additions
and
5 deletions
@@ -19,11 +19,11 @@ module.exports = { | @@ -19,11 +19,11 @@ module.exports = { | ||
19 | 19 | ||
20 | // test2 | 20 | // test2 |
21 | singleApi: 'http://192.168.102.27:8092/brower', | 21 | singleApi: 'http://192.168.102.27:8092/brower', |
22 | - api: 'http://api-test2.yohops.com:9999/', | ||
23 | - service: 'http://service-test2.yohops.com:9999/', | 22 | + // api: 'http://api-test2.yohops.com:9999/', |
23 | + // service: 'http://service-test2.yohops.com:9999/', | ||
24 | 24 | ||
25 | - //api: 'http://api.yoho.cn/', | ||
26 | - //service: 'http://service.yoho.cn/', | 25 | + api: 'http://api.yoho.cn/', |
26 | + service: 'http://service.yoho.cn/', | ||
27 | 27 | ||
28 | //api: 'http://dev-api.yohops.com:9999/', | 28 | //api: 'http://dev-api.yohops.com:9999/', |
29 | //service: 'http://dev-service.yohops.com:9999/', | 29 | //service: 'http://dev-service.yohops.com:9999/', |
@@ -1656,7 +1656,7 @@ $(function() { | @@ -1656,7 +1656,7 @@ $(function() { | ||
1656 | 1656 | ||
1657 | $(function(){ | 1657 | $(function(){ |
1658 | var font = $('.description-content .basic li'); | 1658 | var font = $('.description-content .basic li'); |
1659 | - var fontwidth = $('.description-content ul li:nth-child(4) .valueSpace').width()-1; | 1659 | + var fontwidth = $('.description-content ul li:nth-child(4) .valueSpace').width(); |
1660 | $('.description-content ul li:nth-child(8) .valueSpace').css({ | 1660 | $('.description-content ul li:nth-child(8) .valueSpace').css({ |
1661 | 'display':'inline-block', | 1661 | 'display':'inline-block', |
1662 | 'text-align':'right', | 1662 | 'text-align':'right', |
-
Please register or login to post a comment