Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhushan committed Apr 29, 2021
1 parent dad4308 commit 4a81bfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layout/components/Tagsbar/hooks/useTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @version:
* @Date: 2021-04-20 11:06:21
* @LastEditors: [email protected]
* @LastEditTime: 2021-04-29 11:13:55
* @LastEditTime: 2021-04-29 17:13:31
* @Author: [email protected]
* @HomePage: https://huzhushan.gitee.io/vue3-element-admin
* @Github: https://github.com/huzhushan/vue3-element-admin
Expand Down Expand Up @@ -63,7 +63,6 @@ export const useTags = () => {
)

const filterAffixTags = routes => {
console.log(222, routes)
return routes.filter(route => isAffix(route))
}

Expand Down

0 comments on commit 4a81bfd

Please sign in to comment.