Commit 11ec22d9 authored by tanghao's avatar tanghao

不需要的菜单隐藏

parent cf92ac2b
...@@ -72,12 +72,14 @@ export const routes = [ ...@@ -72,12 +72,14 @@ export const routes = [
{ {
path: '/order/customer', path: '/order/customer',
name: 'OrderCustomer', name: 'OrderCustomer',
hidden: true,
component: () => import('@/views/customer/CustomerList/CustomerList.vue'), component: () => import('@/views/customer/CustomerList/CustomerList.vue'),
meta: { title: '客户管理' } meta: { title: '客户管理' }
}, },
{ {
path: '/order/customer-email', path: '/order/customer-email',
name: 'OrderCustomerEmail', name: 'OrderCustomerEmail',
hidden: true,
component: () => import('@/views/customer/CustomerEmail/CustomerEmail.vue'), component: () => import('@/views/customer/CustomerEmail/CustomerEmail.vue'),
meta: { title: '客户邮箱' } meta: { title: '客户邮箱' }
}, },
...@@ -138,6 +140,7 @@ export const routes = [ ...@@ -138,6 +140,7 @@ export const routes = [
name: 'Email', name: 'Email',
redirect: '/email/list', redirect: '/email/list',
component: Layout, component: Layout,
hidden: true,
meta: { meta: {
title: '邮件管理' title: '邮件管理'
}, },
...@@ -156,6 +159,7 @@ export const routes = [ ...@@ -156,6 +159,7 @@ export const routes = [
path: '/product', path: '/product',
name: 'Product', name: 'Product',
component: Layout, component: Layout,
hidden: true,
meta: { meta: {
title: '产品管理' title: '产品管理'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment