update router data
parent
2427623f26
commit
abf20f07de
|
|
@ -82,14 +82,16 @@ const routes =
|
|||
path: 'covid',
|
||||
component: ImageComponent,
|
||||
data: {
|
||||
imageUrl: 'assets/images/tiny/covid_tract.jpg'
|
||||
imageUrl: 'assets/images/tiny/covid_tract.jpg',
|
||||
shareName: 'covid'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'covid2',
|
||||
component: ImageComponent,
|
||||
data: {
|
||||
imageUrl: 'assets/images/tiny/covid_tract_2.jpg'
|
||||
imageUrl: 'assets/images/tiny/covid_tract_2.jpg',
|
||||
shareName: 'covid2'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue