增加品牌方案管理
This commit is contained in:
@@ -88,6 +88,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/views/banner/BannerManagement.vue'),
|
||||
meta: { title: '轮播图管理' }
|
||||
},
|
||||
{
|
||||
path: 'brand',
|
||||
name: 'BrandManagement',
|
||||
component: () => import('@/views/brand/BrandManagement.vue'),
|
||||
meta: { title: '品牌定制' }
|
||||
},
|
||||
{
|
||||
path: 'loginlog',
|
||||
name: 'LoginLog',
|
||||
|
||||
Reference in New Issue
Block a user