|
@@ -279,16 +279,16 @@ const routes = [{
|
|
jurisdiction: ['dept_manager', 'employee']
|
|
jurisdiction: ['dept_manager', 'employee']
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/buy',
|
|
|
|
- name: '内购',
|
|
|
|
- component: () => import( /* webpackChunkName: "buy" */ '@/views/set/buy.vue'),
|
|
|
|
- meta: {
|
|
|
|
- icon: 'icon-shezhi_xitongpeizhi',
|
|
|
|
- groupCode: 'set',
|
|
|
|
- jurisdiction: ['dept_manager', 'employee']
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/buy',
|
|
|
|
+ // name: '内购',
|
|
|
|
+ // component: () => import( /* webpackChunkName: "buy" */ '@/views/set/buy.vue'),
|
|
|
|
+ // meta: {
|
|
|
|
+ // icon: 'icon-shezhi_xitongpeizhi',
|
|
|
|
+ // groupCode: 'set',
|
|
|
|
+ // jurisdiction: ['dept_manager', 'employee']
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/update_notice',
|
|
path: '/update_notice',
|
|
name: '公告列表',
|
|
name: '公告列表',
|