浏览代码

图片服务器地址调整

liuqq 4 年之前
父节点
当前提交
954be0bbb8
共有 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.18.101.207:8080':'http://'+window.location.hostname+':8080';
+const imageUrlPrefix = isLocal ?'http://192.18.101.207: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)));