goods.brandClassic.js 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module.exports=function(app) { /*基础商品列表*/ app.get("/brandClassic/index","goods.basegoods.brandClassic",function(){ this.$extend={ moduleName:'商品管理', pageName:'批量修改品牌经典款' } }); }