Authored by 姜枫

fix merge bug

@@ -32,12 +32,11 @@ module.exports = { @@ -32,12 +32,11 @@ module.exports = {
32 }, 32 },
33 useCache: false, 33 useCache: false,
34 memcache: { 34 memcache: {
35 - master: ['192.168.102.205:12111'],  
36 - slave: ['192.168.102.205:12111'],  
37 - session: ['192.168.102.205:12111'],  
38 - retries: 0,  
39 - reconnect: 5000,  
40 - timeout: 1000 35 + master: ['192.168.102.168:12111'],
  36 + slave: ['192.168.102.168:12111'],
  37 + session: ['192.168.102.168:12111'],
  38 + timeout: 1000,
  39 + retries: 0
41 }, 40 },
42 interfaceShunt: { 41 interfaceShunt: {
43 open: false 42 open: false
@@ -182,8 +182,7 @@ function reMarginFooter(fixedElement) { @@ -182,8 +182,7 @@ function reMarginFooter(fixedElement) {
182 $footer.removeClass('hide'); 182 $footer.removeClass('hide');
183 }()); 183 }());
184 184
185 -  
186 -(function(w, d, s, j, f) { // eslint-disable-line 185 +(function(w, d, s, j, f) {
187 var a = d.createElement(s); 186 var a = d.createElement(s);
188 var m = d.getElementsByTagName(s)[0]; 187 var m = d.getElementsByTagName(s)[0];
189 188
@@ -196,12 +195,7 @@ function reMarginFooter(fixedElement) { @@ -196,12 +195,7 @@ function reMarginFooter(fixedElement) {
196 a.async = 1; 195 a.async = 1;
197 a.src = j; 196 a.src = j;
198 m.parentNode.insertBefore(a, m); 197 m.parentNode.insertBefore(a, m);
199 -<<<<<<< HEAD  
200 -})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line  
201 - 'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); // eslint-disable-line  
202 -=======  
203 })(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); 198 })(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas');
204 ->>>>>>> master  
205 199
206 (function() { 200 (function() {
207 var uid = getUid(); 201 var uid = getUid();