liuqq пре 3 година
родитељ
комит
72a10d6feb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/js/promise.js

+ 1 - 1
src/js/promise.js

@@ -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://192.18.101.207:82':'http://192.18.101.207:82';
 // const getUrlArgObject = function(parm) {  
 //   var query = decodeURI(window.location.search);
 //   var args = qs.parse(qs.parse(query.substr(1)));