|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
const qs = require('qs');
|
|
|
const $ = require('jquery');
|
|
|
-const imageUrlPrefix = 'http://192.168.2.121:82';//'http://223.93.170.82:10082' //后台图片地址
|
|
|
+const imageUrlPrefix = 'http://223.93.170.82:10082';//'http://192.168.2.121:82' //后台图片地址
|
|
|
// const imageUrlPrefix = 'http://192.168.2.236:82' //后台图片地址
|
|
|
|
|
|
const getUrlArgObject = (parm) => {
|