diff --git a/static/config/index.js b/static/config/index.js index 42d71db..b6d93b8 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -13,10 +13,10 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // LODOP 打印图片根路径(无末尾/,与代码中拼接 /文件名 一致)- rqrq - window.SITE_CONFIG['printAssetBaseUrl'] = 'http://localhost:80/print'; + window.SITE_CONFIG['printAssetBaseUrl'] = 'http://192.168.1.83:81/print'; // 上传、SOP 静态根路径(带末尾/)- rqrq - window.SITE_CONFIG['uploadBaseUrl'] = 'http://localhost:9090/upload/'; - window.SITE_CONFIG['sopFileBaseUrl'] = 'http://localhost:9090/sopFile/'; + window.SITE_CONFIG['uploadBaseUrl'] = 'http://192.168.1.83:81/upload/'; + window.SITE_CONFIG['sopFileBaseUrl'] = 'http://192.168.1.83:81/sopFile/'; // LODOP 控件授权 SET_LICENSES 四段 - rqrq window.SITE_CONFIG['lodopLicenseStr1'] = '';