Authored by liuyue

网销

This diff could not be displayed because it is too large.
@@ -5,51 +5,7 @@ exports.domain = require('../config/common.js').domain; @@ -5,51 +5,7 @@ exports.domain = require('../config/common.js').domain;
5 //exports.domain = 'http://172.16.6.197:8080/yohobuy-platform-web'; //耿超 5 //exports.domain = 'http://172.16.6.197:8080/yohobuy-platform-web'; //耿超
6 6
7 //商品管理路由配置 7 //商品管理路由配置
8 -exports.res = [  
9 - /*{  
10 - //商品审核  
11 - route: '/supplier/baseaudit/index',  
12 - method: 'GET',  
13 - view: 'pages/goods/index',  
14 - data: {  
15 - bottons: '{"detail":true}',  
16 - gridurl: '/goods/review/getList',  
17 - searchStatus: [{  
18 - name: "未审核",  
19 - value: "100"  
20 - }, {  
21 - name: "已通过",  
22 - value: "200"  
23 - }, {  
24 - name: "驳回",  
25 - value: "300"  
26 - }],  
27 - searchJIT: true,  
28 - pageTitle: "商品审核"  
29 - },  
30 - src: '/goods/index'  
31 - }, {  
32 - route: '/goods/review/getList',  
33 - method: 'POST',  
34 - url: '/goods/review/getReviewList',  
35 - params: [{  
36 - name: 'skn',  
37 - type: 'String'  
38 - }, {  
39 - name: 'brandName',  
40 - type: 'String'  
41 - }, {  
42 - name: 'storeName',  
43 - type: 'String'  
44 - }, {  
45 - name: 'status',  
46 - type: 'String'  
47 - }, {  
48 - name: 'jit',  
49 - type: 'String'  
50 - }]  
51 - }, */  
52 - { 8 +exports.res = [{
53 //网销信息 -> 网销信息页面渲染 9 //网销信息 -> 网销信息页面渲染
54 route: '/goods/netsale/index', 10 route: '/goods/netsale/index',
55 method: 'GET', 11 method: 'GET',