fix: scene list
This commit is contained in:
@@ -125,6 +125,12 @@ export const asyncRoutes = [
|
||||
permissions: ['admin'],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'scene',
|
||||
name: 'Scene',
|
||||
component: () => import('@/views/spring/blessing/scene/index'),
|
||||
meta: { title: '祝福卡场景' },
|
||||
},
|
||||
{
|
||||
path: 'template',
|
||||
name: 'template',
|
||||
|
||||
Reference in New Issue
Block a user