goods.priceExport.js 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module.exports=function(app) { app.get("/goods/price/export","goods.priceExport.Index",function(){ this.$extend={ moduleName:"商品管理", pageName:"商品价格导出" } }); }