From 16ac09ee67d196fef8f4bff6189e7f7ff1011b4b Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 24 三月 2024 23:12:35 +0800
Subject: [PATCH] 1
---
src/layout/components/tags.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/tags.vue b/src/layout/components/tags.vue
index ae23c70..b6fac76 100644
--- a/src/layout/components/tags.vue
+++ b/src/layout/components/tags.vue
@@ -1,7 +1,8 @@
<template>
<div class="adminui-tags">
<ul ref="tags">
- <li v-for="tag in tagList" v-bind:key="tag" :class="[isActive(tag)?'active':'',tag.meta.affix?'affix':'' ]" @contextmenu.prevent="openContextMenu($event, tag)">
+ <li v-for="tag in tagList" v-bind:key="tag" :class="[isActive(tag)?'active':'',tag.meta.affix?'affix':'' ]">
+ <!-- 鍙抽敭 @contextmenu.prevent="openContextMenu($event, tag)" -->
<router-link :to="tag">
<span>{{ tag.meta.title }}</span>
<el-icon v-if="!tag.meta.affix" @click.prevent.stop='closeSelectedTag(tag)'><el-icon-close/></el-icon>
--
Gitblit v1.9.3