|
@ -15,13 +15,13 @@ |
|
|
import router from '../router'; |
|
|
import router from '../router'; |
|
|
|
|
|
|
|
|
let allList = Array<any>( |
|
|
let allList = Array<any>( |
|
|
{ url: new URL("../assets/img/center01.jpg", import.meta.url).href, name: 'Door'}, |
|
|
|
|
|
{ url: new URL("../assets/img/center02.jpg", import.meta.url).href, name: 'Window' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center03.jpg", import.meta.url).href, name: 'Railing' }, |
|
|
|
|
|
|
|
|
{ url: new URL("../assets/img/center06.jpg", import.meta.url).href, name: 'Hotel FFE' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center01.jpg", import.meta.url).href, name: 'Doors'}, |
|
|
|
|
|
{ url: new URL("../assets/img/center02.jpg", import.meta.url).href, name: 'Windows' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center03.jpg", import.meta.url).href, name: 'Railings&stairs' }, |
|
|
{ url: new URL("../assets/img/center04.jpg", import.meta.url).href, name: 'Building Materials' }, |
|
|
{ url: new URL("../assets/img/center04.jpg", import.meta.url).href, name: 'Building Materials' }, |
|
|
{ url: new URL("../assets/img/center05.jpg", import.meta.url).href, name: 'Kitchen Cabinets with Customization' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center06.jpg", import.meta.url).href, name: 'Kitchen faucet and sink' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center07.jpg", import.meta.url).href, name: 'Sanitary Ware' }, |
|
|
|
|
|
|
|
|
{ url: new URL("../assets/img/center05.jpg", import.meta.url).href, name: 'Kitchen Faucets/Sinks/Cabinets' }, |
|
|
|
|
|
{ url: new URL("../assets/img/center07.jpg", import.meta.url).href, name: 'Sanitary Wares' }, |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
const goPage = (url: any) => { |
|
|
const goPage = (url: any) => { |
|
|