Authored by weiqingting

模板添加

... ... @@ -14,13 +14,13 @@ var config = {
apiKey: 'sd4H1ecAqlp',
//http: //192.168.102.214:8088/platform
// domain: 'http://172.16.6.240:8088/platform',
domain:'http://172.16.6.240:8088/platform',//王书生
// domain:'http://172.16.6.240:8088/platform',//王书生
// domain: 'http://172.16.6.124:8088/platform',//陈超
//http://172.16.6.124:8088/platform/product/queryAllProductAttr
//domain: 'http://172.16.6.227:8088/platform', //玛丽
// domain: 'http://192.168.102.202:8088/platform',
//domain:'http://172.16.9.8:8080/yohobuy-platform-web',//葛超
// domain: 'http://192.168.102.202:8088/platform',
domain: 'http://192.168.102.202:8088/platform',
//domain: 'http://172.16.6.239:8080', //孙杰翔
loggers: {
api: {
... ...
... ... @@ -298,7 +298,8 @@ exports.res = [
src:'/basegoods/batch',
data:{
pageTitle:"批量功能",
secondTitle:"基础商品"
secondTitle:"基础商品",
domain: exports.domain
}
},
{
... ... @@ -308,7 +309,8 @@ exports.res = [
src:'/basegoods/batch',
data:{
pageTitle:"基础商品导入",
secondTitle:"基础商品"
secondTitle:"基础商品",
domain: exports.domain
}
},
];
\ No newline at end of file
... ...