This commit is contained in:
huzhushan 2021-04-29 17:14:13 +08:00
parent dad4308c0f
commit 4a81bfdbed

View File

@ -24,7 +24,7 @@
* @version: * @version:
* @Date: 2021-04-20 11:06:21 * @Date: 2021-04-20 11:06:21
* @LastEditors: huzhushan@126.com * @LastEditors: huzhushan@126.com
* @LastEditTime: 2021-04-29 11:13:55 * @LastEditTime: 2021-04-29 17:13:31
* @Author: huzhushan@126.com * @Author: huzhushan@126.com
* @HomePage: https://huzhushan.gitee.io/vue3-element-admin * @HomePage: https://huzhushan.gitee.io/vue3-element-admin
* @Github: https://github.com/huzhushan/vue3-element-admin * @Github: https://github.com/huzhushan/vue3-element-admin
@ -63,7 +63,6 @@ export const useTags = () => {
) )
const filterAffixTags = routes => { const filterAffixTags = routes => {
console.log(222, routes)
return routes.filter(route => isAffix(route)) return routes.filter(route => isAffix(route))
} }