fix: sheet url in mobile device.

pull/3445/head
ruibaby 2020-01-16 21:12:08 +08:00
parent cf8c027825
commit db7a6850fd
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
> >
<a <a
v-if="item.status=='PUBLISHED'" v-if="item.status=='PUBLISHED'"
:href="options.blog_url+'/archives/'+item.url" :href="options.blog_url+'/s/'+item.url"
target="_blank" target="_blank"
style="text-decoration: none;" style="text-decoration: none;"
> >