|
|
@@ -108,7 +108,7 @@
|
|
|
</div>
|
|
|
<div v-show="isAlive">
|
|
|
<router-view v-slot="{ Component }" :key="$router.currentRoute.value.fullPath">
|
|
|
- <KeepAlive :include="['identifyFont']" :exclude="[ 'allback', 'search']">
|
|
|
+ <KeepAlive :exclude="[ 'allback', 'search']">
|
|
|
<component :is="Component" />
|
|
|
</KeepAlive>
|
|
|
</router-view>
|
|
|
@@ -543,6 +543,7 @@ const clickPath = (index, items) => {
|
|
|
const clickTab = (item) => {
|
|
|
let url = toRaw(item)
|
|
|
setTimeout(() => {
|
|
|
+ console.log('toFileData',toFileData.value);
|
|
|
if (toFileData.value) {
|
|
|
localStorage.setItem("inChat", 0)
|
|
|
// 去全文搜索单独判断
|
|
|
@@ -595,6 +596,7 @@ const clickTab = (item) => {
|
|
|
});
|
|
|
return
|
|
|
}
|
|
|
+ console.log('noONe');
|
|
|
editableTabsValue.value = toFileData.value.path
|
|
|
router.push({
|
|
|
path: toFileData.value.path,
|