Browse Source

图片服务器修改

zhouna 5 years ago
parent
commit
eadf38a571
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/utils/tools.js

+ 6 - 6
src/utils/tools.js

@@ -2,13 +2,13 @@
 const qs = require('qs');
 const $ = require('jquery');
 // const imageUrlPrefix = 'http://192.168.2.241:82' //后台图片地址
-const imageUrlPrefix = 'http://192.168.2.121:82' //后台图片地址
+const imageUrlPrefix = 'http://192.168.2.241:82' //后台图片地址
 // const imageUrlPrefix = 'http://192.168.2.236:82' //后台图片地址
 
 const getUrlArgObject = (parm) => {
     let query = window.location.search;
     let args = qs.parse(query.substr(1));
-    return args[parm];//返回对象  
+    return args[parm];//返回对象
 }
 
 const deepClone = (arr) =>{
@@ -119,8 +119,8 @@ const phoneTest = /^[1]([3-9])[0-9]{9}$/;
  * \d{2}[0-9Xx]                顺序码两位,一位校验码最后一位数字或者大小写X
  */
 /**18位
- * 
- * 
+ *
+ *
  * [1-9]\d{5}                 前六位地区,非0打头
  * (18|19|([23]\d))\d{2}      出身年份,覆盖范围为 1800-3999 年
  * ((0[1-9])|(10|11|12))      月份,01-12月
@@ -252,7 +252,7 @@ function fixedKeyboard() {
 
         }, 400);
       }
-    }  
+    }
   })
 }
 
@@ -271,7 +271,7 @@ function scrollToV(e){
   //     e.target.scrollIntoView(true);//顶部对齐
   //   }
   //   else{
-  //     e.target.scrollIntoView(); 
+  //     e.target.scrollIntoView();
   //   }*/
   // }, 400)
 }