From b19430170fce8e756f06d3dc92a0c1448a9f2b74 Mon Sep 17 00:00:00 2001 From: Ah jung <735878602@qq.com> Date: Fri, 30 Jul 2021 11:37:09 +0800 Subject: [PATCH] fix Bug --- src/router/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 011a7b1..1b47570 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -3,7 +3,6 @@ import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router'; import { ErrorPageRoute, RedirectRoute } from '@/router/base'; import { PageEnum } from '@/enums/pageEnum'; import { createRouterGuards } from './router-guards'; -import 'nprogress/css/nprogress.css'; // 进度条样式 // @ts-ignore const modules = import.meta.globEager('./modules/**/*.ts');