Browse Source

完善专项返利分配页面不显示

master
yunuo970428 3 years ago
parent
commit
9c4fc8fcf1
  1. 4
      anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js

4
anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js

@ -504,13 +504,13 @@ const codemenu = [
component: () => import('@/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue'), component: () => import('@/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue'),
name: 'specialrebatetobechecked', name: 'specialrebatetobechecked',
meta: { title: '专项返利核对', noCache: true } meta: { title: '专项返利核对', noCache: true }
}/*, },
{ {
path: '/specialrebate/specialrebatedistribution', path: '/specialrebate/specialrebatedistribution',
component: () => import('@/views/specialrebate/specialrebatedistribution/specialrebatetobeallocated.vue'), component: () => import('@/views/specialrebate/specialrebatedistribution/specialrebatetobeallocated.vue'),
name: 'specialrebatetobeallocated', name: 'specialrebatetobeallocated',
meta: { title: '专项返利分配', noCache: true } meta: { title: '专项返利分配', noCache: true }
}*/ }
] ]
}, },
// 入库管理 // 入库管理

Loading…
Cancel
Save