Commit 39b194d4819d1e41a917786577ebe82d4869f3d3

Authored by dlstatic
1 parent e3b1e7cd

Config Modify.

js/javascript/common/config.js
... ... @@ -5,11 +5,11 @@
5 5 //var pub_url = 'http://10.28.2.35:222/common/js/',
6 6 // sea_url = 'http://10.28.2.35:777/js/javascript/';
7 7  
8   -var pub_url = 'http://static.nong12.com/static/newStatic/common/js/',
9   - sea_url = 'http://10.28.2.204:10086/pnrwap/js/javascript/';
10   -
11 8 // var pub_url = 'http://static.nong12.com/static/newStatic/common/js/',
12   -// sea_url = 'http://static.nong12.com/static/newStatic/pnrwap/js/javascript/';
  9 + // sea_url = 'http://10.28.2.204:10086/pnrwap/js/javascript/';
  10 +
  11 +var pub_url = 'http://static.nong12.com/static/source/static-wappnr/js/',
  12 + sea_url = 'http://static.nong12.com/static/source/static-wappnr/js/javascript/';
13 13  
14 14 var _version = window.GLOBAL && window.GLOBAL.version ? window.GLOBAL.version : '?'+( new Date() ).getTime(); //版本号
15 15  
... ...