From ce5e84197b43dec8c01717b116cb77535ad3c91e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 25 六月 2025 16:21:42 +0800 Subject: [PATCH] '登录注册' --- src/store/modules/multiTags.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/multiTags.ts b/src/store/modules/multiTags.ts index 5d1b669..839b8f7 100644 --- a/src/store/modules/multiTags.ts +++ b/src/store/modules/multiTags.ts @@ -79,10 +79,10 @@ // showLink:false 涓嶆坊鍔犲埌鏍囩椤� if (isBoolean(tagVal?.meta?.showLink) && !tagVal?.meta?.showLink) return; - const tagPath = tagVal.path; + const tagPath = tagVal?.path; // 鍒ゆ柇tag鏄惁宸插瓨鍦� const tagHasExits = this.multiTags.some(tag => { - return tag.path === tagPath; + return tag?.path === tagPath; }); // 鍒ゆ柇tag涓殑query閿�兼槸鍚︾浉绛� -- Gitblit v1.9.1