Commit 11ec22d9 authored by tanghao's avatar tanghao

不需要的菜单隐藏

parent cf92ac2b
......@@ -72,12 +72,14 @@ export const routes = [
{
path: '/order/customer',
name: 'OrderCustomer',
hidden: true,
component: () => import('@/views/customer/CustomerList/CustomerList.vue'),
meta: { title: '客户管理' }
},
{
path: '/order/customer-email',
name: 'OrderCustomerEmail',
hidden: true,
component: () => import('@/views/customer/CustomerEmail/CustomerEmail.vue'),
meta: { title: '客户邮箱' }
},
......@@ -138,6 +140,7 @@ export const routes = [
name: 'Email',
redirect: '/email/list',
component: Layout,
hidden: true,
meta: {
title: '邮件管理'
},
......@@ -156,6 +159,7 @@ export const routes = [
path: '/product',
name: 'Product',
component: Layout,
hidden: true,
meta: {
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