소스 검색

图片服务器地址调整

liuqq 4 년 전
부모
커밋
2a8e3bdfa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/promise.js

+ 1 - 1
src/js/promise.js

@@ -75,7 +75,7 @@ const config = {
   }
 }
 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://10.54.22.81: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)));