From 1dd6b653e711446a626eb5ef9cc78dd63ff758b6 Mon Sep 17 00:00:00 2001 From: lyt-Top <2233506808@qq.com> Date: Tue, 27 Jul 2021 02:36:19 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9B=BE=E6=A0=87=E9=A1=B5?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=90=8E=E6=97=A0=E6=B3=95=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/tagsViewRoutes.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/store/modules/tagsViewRoutes.ts b/src/store/modules/tagsViewRoutes.ts index 8779904..aec4611 100644 --- a/src/store/modules/tagsViewRoutes.ts +++ b/src/store/modules/tagsViewRoutes.ts @@ -4,8 +4,6 @@ import screenfull from 'screenfull'; import { Local } from '/@/utils/storage'; // 此处加上 `.ts` 后缀报错,具体原因不详 import { TagsViewRoutesState, RootStateTypes } from '/@/store/interface/index'; -import { ElMessage } from 'element-plus'; -import screenfull from 'screenfull'; const tagsViewRoutesModule: Module = { namespaced: true,