|
@@ -224,6 +224,16 @@ export const constantRoutes = [{
|
|
|
component: () =>
|
|
|
import ('@/views/content_manage/pictorial_manage/CreatePictorial.vue')
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/album_manage',
|
|
|
+ component: () =>
|
|
|
+ import ('@/views/content_manage/album_manage/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/createAlbum',
|
|
|
+ component: () =>
|
|
|
+ import ('@/views/content_manage/album_manage/CreateAlbum.vue')
|
|
|
+ },
|
|
|
// 404 page must be placed at the end !!!
|
|
|
{ path: '*', redirect: '/', hidden: true }
|
|
|
]
|