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