小修改

This commit is contained in:
A1300399510
2023-08-04 12:28:10 +08:00
parent 4387c10703
commit 63b09af190
5 changed files with 32 additions and 9 deletions

View File

@@ -131,7 +131,6 @@ const router = createRouter({
router.beforeEach((to, from, next) => {
console.log("开始");
//进度条开始
NProgress.start();
//随机增加进度
@@ -145,7 +144,5 @@ router.beforeEach((to, from, next) => {
router.afterEach(() => {
NProgress.done(true);
console.log("NProgress",NProgress);
console.log("结束");
})
export default router