style: fix tags-view style bug

This commit is contained in:
陈凯龙
2022-03-02 08:34:55 +08:00
parent de34bb193d
commit ebff81777b
2 changed files with 3 additions and 6 deletions

View File

@@ -73,7 +73,8 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
name: 'Analysis',
meta: {
title: t('router.analysis'),
noCache: true
noCache: true,
affix: true
}
},
{