diff --git a/static/config/index.js b/static/config/index.js index e20a69f..7c88cd3 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -5,8 +5,9 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9100/pb'; - +// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9100/pb'; + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; + // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名 window.SITE_CONFIG['version'] = ''; // 版本号(年月日时分)