|
@@ -81,7 +81,7 @@ const config = {
|
|
|
staticSearch: '/kl/conceptInfo/staticIndexPage', //检索静态知识
|
|
|
}
|
|
|
const isLocal = window.location.hostname.indexOf('localhost') != -1;
|
|
|
-const imageUrlPrefix = isLocal ? 'http://172.17.14.242:82' : 'http://223.93.170.82:12282';
|
|
|
+const imageUrlPrefix = isLocal ? 'http://192.168.65.96:82' : 'http://192.168.65.96:12282'; //沙雅中间件地址
|
|
|
// const getUrlArgObject = function(parm) {
|
|
|
// var query = decodeURI(window.location.search);
|
|
|
// var args = qs.parse(qs.parse(query.substr(1)));
|