Authored by weiqingting

线上拖拽保存问题

... ... @@ -93,7 +93,8 @@ var Bll = {
for (var i = 0; i < arr.length; i++) {
arr2[i] = arr[arr2[i]];
}
arr = arr2;
var fn1 = new Function("Bll", "arr2", "Bll.module.contentData." + $(this).data("array") + "=arr2");
fn1(Bll, arr2);
}
})
}
... ... @@ -104,6 +105,7 @@ var Bll = {
o[name] = obj.data;
});
});
},
//获取品牌
getBrands: function () {
... ...
... ... @@ -7,7 +7,7 @@ exports.domain = require('../config/common.js').domain;
//exports.domain = 'http://172.16.6.115:8080/platform';//王伟
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
//exports.domain = 'http://172.16.6.231:8080/platform';
//exports.domain = 'http://172.16.6.225:8080/platform';
// exports.domain = 'http://172.16.6.225:8080/platform';
//exports.domain = 'http://192.168.102.216:8086/platform';
exports.res = [
... ...