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",
|
name: "albums",
|
||||||
path: "/s/:token",
|
path: "/s/:token",
|
||||||
component: Albums,
|
component: Albums,
|
||||||
meta: { title: shareTitle, auth: true },
|
meta: { title: shareTitle, auth: true, hideNav: true },
|
||||||
props: { view: "album", staticFilter: { type: "" } },
|
props: { view: "album", staticFilter: { type: "" } },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "album",
|
name: "album",
|
||||||
path: "/s/:token/:uid",
|
path: "/s/:token/:uid",
|
||||||
component: AlbumPhotos,
|
component: AlbumPhotos,
|
||||||
meta: { title: shareTitle, auth: true },
|
meta: { title: shareTitle, auth: true, hideNav: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "*",
|
path: "*",
|
||||||
|
|
Loading…
Reference in a new issue