Authored by lore-w

物理类目管理路由修改

... ... @@ -5,7 +5,7 @@ exports.domain = require('../config/common.js').domain;
exports.res = [
{
//产品管理【品类列表】页面渲染
route: '/product/class/index',
route: '/erpproduct/sort/index',
method: 'GET',
view: 'pages/product/index',
src: '/product/index',
... ...