项目调整

This commit is contained in:
xuziqiang
2024-05-20 10:03:09 +08:00
parent 142721b1c3
commit 7cb6d585b4
11 changed files with 121 additions and 143 deletions

View File

@@ -22,7 +22,7 @@
<template #tab>
<a-dropdown :trigger="index === 0 ? [] : ['contextmenu']">
<div>
{{ item?.meta?.title }}
{{ item?.title }}
<ReloadOutlined
@click="reload"
v-if="
@@ -94,6 +94,8 @@
const loadingClass = ref('reload');
const keepAliveStore = useKeepAlive();
const getTabsState = computed(() => tagsStore.getTags);
console.log(getTabsState);
const reload = () => {
setReloadChange();
loadingClass.value = 'iconLoading';