Przeglądaj źródła

图片服务器地址修改

zhouna 5 lat temu
rodzic
commit
e7219c256b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/js/promise.js

+ 1 - 1
src/js/promise.js

@@ -32,7 +32,7 @@ const config = {
   pushTreatment: '/api/data/push/pushTreatment',
   getSysSetInfoDatas: '/api/data/sysSet/getSysSetInfoDatas'
 }
-const imageUrlPrefix = 'http://192.168.2.241:82';
+const imageUrlPrefix = 'http://192.168.2.122:82';
 const getUrlArgObject = function(parm) {  
   var query = window.location.search;
   var args = qs.parse(query.substr(1));