|
@@ -5,7 +5,7 @@
|
|
|
:style="{'background': 'url('+curMenu.img+') top no-repeat','background-size': 'cover'}"></div>
|
|
|
<div class="right-menu">
|
|
|
<ul>
|
|
|
- <li v-for="item in menuList" :class="item.id == curMenu.id?'selected':''" srcmouseover="switchImg(item)">
|
|
|
+ <li v-for="item in menuList" :class="item.id == curMenu.id?'selected':''" @mouseover="switchImg(item)">
|
|
|
{{ item.title }}
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -204,70 +204,70 @@ export default {
|
|
|
menuList: [{
|
|
|
id: 1,
|
|
|
title: '星月夜',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-1.png'
|
|
|
+ img: '/images/home/banner-1.png'
|
|
|
}, {
|
|
|
id: 2,
|
|
|
title: '安徒生世界插画',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-2.png'
|
|
|
+ img: '/images/home/banner-2.png'
|
|
|
}, {
|
|
|
id: 3,
|
|
|
title: '传送门',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-3.png'
|
|
|
+ img: '/images/home/banner-3.png'
|
|
|
}, {
|
|
|
id: 4,
|
|
|
title: '拇指姑娘',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-1.png'
|
|
|
+ img: '/images/home/banner-1.png'
|
|
|
}, {
|
|
|
id: 5,
|
|
|
title: '书中花园',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-2.png'
|
|
|
+ img: '/images/home/banner-2.png'
|
|
|
}, {
|
|
|
id: 6,
|
|
|
title: '大猩猩与小星星',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-3.png'
|
|
|
+ img: '/images/home/banner-3.png'
|
|
|
}, {
|
|
|
id: 7,
|
|
|
title: '大猩猩与小星星',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-1.png'
|
|
|
+ img: '/images/home/banner-1.png'
|
|
|
}, {
|
|
|
id: 8,
|
|
|
title: '莉娜与野鸟',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-2.png'
|
|
|
+ img: '/images/home/banner-2.png'
|
|
|
}, {
|
|
|
id: 9,
|
|
|
title: '丑小鸭',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-3.png'
|
|
|
+ img: '/images/home/banner-3.png'
|
|
|
}],
|
|
|
curMenu: {
|
|
|
id: 1,
|
|
|
title: '星月夜',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/banner-1.png'
|
|
|
+ img: '/images/home/banner-1.png'
|
|
|
},
|
|
|
value: '4',
|
|
|
xsyxzy: [{
|
|
|
id: '1',
|
|
|
- img: window.GLOBAL_CONFIG.origin +'/assets/images/home/1.png',
|
|
|
+ img: '/images/home/1.png',
|
|
|
title: '野天鹅',
|
|
|
rate: 5,
|
|
|
prove: '10w+',
|
|
|
favor: '14w+'
|
|
|
}, {
|
|
|
id: '2',
|
|
|
- img: window.GLOBAL_CONFIG.origin +'/assets/images/home/2.png',
|
|
|
+ img: '/images/home/2.png',
|
|
|
title: '安徒生世界插画',
|
|
|
rate: 4,
|
|
|
prove: '9w+',
|
|
|
favor: '14w+'
|
|
|
}, {
|
|
|
id: '3',
|
|
|
- img: window.GLOBAL_CONFIG.origin +'/assets/images/home/3.png',
|
|
|
+ img: '/images/home/3.png',
|
|
|
title: '传送门',
|
|
|
rate: 4,
|
|
|
prove: '10w+',
|
|
|
favor: '14w+'
|
|
|
}, {
|
|
|
id: '4',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/4.png',
|
|
|
+ img:'/images/home/4.png',
|
|
|
title: '拇指姑娘',
|
|
|
rate: 4,
|
|
|
prove: '10w+',
|
|
@@ -275,21 +275,21 @@ export default {
|
|
|
}],
|
|
|
jsxyzp: [{
|
|
|
id: '1',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/1.png',
|
|
|
+ img: '/images/home/1.png',
|
|
|
title: '野天鹅',
|
|
|
rate: 5,
|
|
|
prove: '10w+',
|
|
|
favor: '14w+'
|
|
|
}, {
|
|
|
id: '2',
|
|
|
- img: window.GLOBAL_CONFIG.origin +'/assets/images/home/2.png',
|
|
|
+ img: '/images/home/2.png',
|
|
|
title: '安徒生世界插画',
|
|
|
rate: 4,
|
|
|
prove: '9w+',
|
|
|
favor: '14w+'
|
|
|
}, {
|
|
|
id: '3',
|
|
|
- img: window.GLOBAL_CONFIG.origin + '/assets/images/home/3.png',
|
|
|
+ img: '/images/home/3.png',
|
|
|
title: '传送门',
|
|
|
rate: 4,
|
|
|
prove: '10w+',
|