图标修改
This commit is contained in:
parent
d1cc65822d
commit
8b73bd399a
@ -346,24 +346,68 @@ export const constantRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
{
|
||||
path: '/brand',
|
||||
name: "brand",
|
||||
component: Layout,
|
||||
hidden: false,
|
||||
alwaysShow: true,
|
||||
redirect: 'noredirect',
|
||||
meta: {
|
||||
icon: "money",
|
||||
link: null,
|
||||
noCache: false,
|
||||
title: "公共品牌",
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'brand/index',
|
||||
component: () => import('@/views/brand/index'),
|
||||
path: 'brand/informationManagement',
|
||||
component: () => import('@/views/brand/informationManagement/index'),
|
||||
hidden: false,
|
||||
meta: {
|
||||
title: "公共品牌",
|
||||
icon: "star",
|
||||
title: "信息管理",
|
||||
icon: "",
|
||||
noCache: false,
|
||||
link: null,
|
||||
},
|
||||
name: "index",
|
||||
name: "informationManagement",
|
||||
},
|
||||
{
|
||||
path: 'brand/applicationReview',
|
||||
component: () => import('@/views/brand/applicationReview/index'),
|
||||
hidden: false,
|
||||
meta: {
|
||||
title: "申请审核",
|
||||
icon: "",
|
||||
noCache: false,
|
||||
link: null,
|
||||
},
|
||||
name: "applicationReview",
|
||||
},
|
||||
{
|
||||
path: 'brand/renewal',
|
||||
component: () => import('@/views/brand/renewal/index'),
|
||||
hidden: false,
|
||||
meta: {
|
||||
title: "申请续期",
|
||||
icon: "",
|
||||
noCache: false,
|
||||
link: null,
|
||||
},
|
||||
name: "renewal",
|
||||
},
|
||||
// {
|
||||
// path: 'brand/management',
|
||||
// component: () => import('@/views/brand/management/index'),
|
||||
// hidden: false,
|
||||
// meta: {
|
||||
// title: "品牌使用管理",
|
||||
// icon: "",
|
||||
// noCache: false,
|
||||
// link: null,
|
||||
// },
|
||||
// name: "management",
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user