mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 16:37:18 +08:00
fix: 删除src/layout/components/tag/index.vue
文件中多余的判断条件
Co-authored-by: ozxi1 <ozxi1@grgbanking.com>
This commit is contained in:
parent
44c541126a
commit
45900c5781
@ -143,7 +143,7 @@ function dynamicRouteTag(value: string): void {
|
|||||||
function concatPath(arr: object[], value: string) {
|
function concatPath(arr: object[], value: string) {
|
||||||
if (!hasValue) {
|
if (!hasValue) {
|
||||||
arr.forEach((arrItem: any) => {
|
arr.forEach((arrItem: any) => {
|
||||||
if (arrItem.path === value || arrItem.path === value) {
|
if (arrItem.path === value) {
|
||||||
useMultiTagsStoreHook().handleTags("push", {
|
useMultiTagsStoreHook().handleTags("push", {
|
||||||
path: value,
|
path: value,
|
||||||
meta: arrItem.meta,
|
meta: arrItem.meta,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user