fix: 删除无用代码

This commit is contained in:
ganpeng
2022-06-01 13:49:38 +08:00
parent a21cc8aec8
commit 363ed7ae9e
4 changed files with 1 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
import { defineStore } from 'pinia';
import { RouteLocationNormalized } from 'vue-router';
import { TABS_ROUTES } from '../mutation-types';
// 不需要出现在标签页中的路由
const whiteList = ['Redirect', 'login'];