Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53815ea

Browse files
committed
update
1 parent 1a18e2c commit 53815ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/home/Index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ export default Vue.extend({
4141
circularFlag: true,
4242
duration: 1200,
4343
background: [
44-
'https://wechat-1251018873.file.myqcloud.com/images/banner.png',
45-
'https://wechat-1251018873.file.myqcloud.com/images/banner.png',
46-
'https://wechat-1251018873.file.myqcloud.com/images/banner.png'
44+
'https://static.studygolang.com/minprogram/banner/online.png',
45+
'https://static.studygolang.com/minprogram/banner/online1.png',
46+
'https://static.studygolang.com/minprogram/banner/online2.png'
4747
],
4848
current: 1,
4949
navList: [
5050
{ label: '最新', key: 'newest' },
5151
{ label: '专栏', key: 'column' },
5252
{ label: '最新', key: 'pay' }
5353
],
54-
bannerImg: 'https://wechat-1251018873.file.myqcloud.com/images/banner.png',
54+
bannerImg: 'https://static.studygolang.com/minprogram/banner/online.png',
5555
}
5656
},
5757
created() {

0 commit comments

Comments
 (0)