Browse Source

新建分支

liuqq 4 years ago
parent
commit
4df915c1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/promise.js

+ 1 - 1
src/js/promise.js

@@ -80,7 +80,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://'+window.location.hostname+':82';
+const imageUrlPrefix = isLocal ?'http://172.17.14.242:82':'http://'+window.location.hostname+':82';
 // const getUrlArgObject = function(parm) {  
 //   var query = decodeURI(window.location.search);
 //   var args = qs.parse(qs.parse(query.substr(1)));