...
|
...
|
@@ -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',
|
...
|
...
|
|