renamed: main_dc/BB/bbvue/public/images/FastRun.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/FastRun.jpg
new file: main_dc/BB/bbvue/public/images/homePagePhoto/Magnitogorsk_2025_december.jpg renamed: main_dc/BB/bbvue/public/images/slide2.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide2.jpg renamed: main_dc/BB/bbvue/public/images/slide3.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide3.jpg renamed: main_dc/BB/bbvue/public/images/slide4.jpg -> main_dc/BB/bbvue/public/images/homePagePhoto/slide4.jpg modified: main_dc/BB/bbvue/src/views/Home.vue change set photo for home page
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 261 KiB |
@@ -226,10 +226,12 @@ export default {
|
|||||||
currentIndex: 0,
|
currentIndex: 0,
|
||||||
slideInterval: null,
|
slideInterval: null,
|
||||||
slides: [
|
slides: [
|
||||||
{ url: this.getImageUrl('FastRun.jpg') },
|
|
||||||
{ url: this.getImageUrl('slide2.jpg') },
|
{ url: this.getImageUrl('homePagePhoto/Magnitogorsk_2025_december.jpg') },
|
||||||
{ url: this.getImageUrl('slide3.jpg') },
|
{ url: this.getImageUrl('homePagePhoto/FastRun.jpg') },
|
||||||
{ url: this.getImageUrl('slide4.jpg') }
|
{ url: this.getImageUrl('homePagePhoto/slide2.jpg') },
|
||||||
|
{ url: this.getImageUrl('homePagePhoto/slide3.jpg') },
|
||||||
|
{ url: this.getImageUrl('homePagePhoto/slide4.jpg') }
|
||||||
],
|
],
|
||||||
hasInteracted: false,
|
hasInteracted: false,
|
||||||
isContentVisible: false,
|
isContentVisible: false,
|
||||||
|
|||||||