Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4c880dc950
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ export default [
|
|||
name: "albums",
|
||||
path: "/s/:token",
|
||||
component: Albums,
|
||||
meta: { title: shareTitle, auth: true },
|
||||
meta: { title: shareTitle, auth: true, hideNav: true },
|
||||
props: { view: "album", staticFilter: { type: "" } },
|
||||
},
|
||||
{
|
||||
name: "album",
|
||||
path: "/s/:token/:uid",
|
||||
component: AlbumPhotos,
|
||||
meta: { title: shareTitle, auth: true },
|
||||
meta: { title: shareTitle, auth: true, hideNav: true },
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
|
|
Loading…
Reference in a new issue