Authored by weiqingting

供应商提交

... ... @@ -127,7 +127,8 @@ var ENUM={
return {
id:item.id,
isFreeze:"Y",
operations:"3"
operations:"3",
status:200
};
}
Bll.toast("确定要冻结申请吗?",data);
... ... @@ -140,7 +141,8 @@ var ENUM={
return {
id:item.id,
isFreeze:"N",
operations:"4"
operations:"4",
status:200
};
}
Bll.toast("确定要解冻申请吗?",data);
... ...
exports.domain =require('../config/common.js').domain;
//"http://172.16.6.220:8080/yohobuy-platform-web";
//exports.domain =require('../config/common.js').domain;
exports.domain ="http://172.16.9.8:8080/yohobuy-platform-web";
//路由配置
exports.res = [
{
... ...