refactor:首页点击不打开新页面
This commit is contained in:
parent
d36967d852
commit
ce0028cc49
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<a :href="pinObj.url" v-if="pinObj" class="pinBookmarkItem" target="_blank">
|
||||
<a :href="pinObj.url" v-if="pinObj" class="pinBookmarkItem">
|
||||
<img :src="pinObj.icon.length > 0 ? pinObj.icon : '/favicon.ico'" class="icon" />
|
||||
<span class="text" :title="pinObj.name">{{ pinObj.name }}</span>
|
||||
<a-dropdown :trigger="['click']">
|
||||
|
Loading…
x
Reference in New Issue
Block a user