Browse Source

图片服务器地址调整

liuqq 4 năm trước cách đây
mục cha
commit
2a8e3bdfa9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)));