From be3261baec5c30db40d48e21449f72d44336328c Mon Sep 17 00:00:00 2001 From: dolymood Date: Tue, 30 Apr 2019 10:40:00 +0800 Subject: [PATCH] fix(demo): image preview links --- example/pages/image-preview/index.vue | 8 ++++---- example/pages/image-preview/multi-images-preview.vue | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/pages/image-preview/index.vue b/example/pages/image-preview/index.vue index 848aa935..066243cc 100644 --- a/example/pages/image-preview/index.vue +++ b/example/pages/image-preview/index.vue @@ -23,10 +23,10 @@ return { customIndex: 1, imgs: [ - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0mpd5uj21hc0tyws2.jpg', - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0ncnnej21hc0zetxo.jpg', - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0mqvu5j21hc0zkgzz.jpg', - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0m3ufuj21hc0zkqbj.jpg' + 'https://dpubstatic.udache.com/static/dpubimg/XsZT-Ium9K/686d7361ly1fpha0mpd5uj21hc0tyws2.jpg', + 'https://dpubstatic.udache.com/static/dpubimg/jM0pARr01R/686d7361ly1fpha0ncnnej21hc0zetxo.jpg', + 'https://dpubstatic.udache.com/static/dpubimg/uesDMLn8ho/686d7361ly1fpha0mqvu5j21hc0zkgzz.jpg', + 'https://dpubstatic.udache.com/static/dpubimg/yGntxcSqhM/686d7361ly1fpha0m3ufuj21hc0zkqbj.jpg' ] } }, diff --git a/example/pages/image-preview/multi-images-preview.vue b/example/pages/image-preview/multi-images-preview.vue index 8b79fd2b..be6c7719 100644 --- a/example/pages/image-preview/multi-images-preview.vue +++ b/example/pages/image-preview/multi-images-preview.vue @@ -19,9 +19,9 @@ return { initialIndex: 0, imgs: [ - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0mpd5uj21hc0tyws2.jpg', - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0ncnnej21hc0zetxo.jpg', - 'https://wx1.sinaimg.cn/mw1024/686d7361ly1fpha0mqvu5j21hc0zkgzz.jpg' + 'https://dpubstatic.udache.com/static/dpubimg/XsZT-Ium9K/686d7361ly1fpha0mpd5uj21hc0tyws2.jpg', + 'https://dpubstatic.udache.com/static/dpubimg/jM0pARr01R/686d7361ly1fpha0ncnnej21hc0zetxo.jpg', + 'https://dpubstatic.udache.com/static/dpubimg/uesDMLn8ho/686d7361ly1fpha0mqvu5j21hc0zkgzz.jpg' ] } }, -- GitLab