From 1dd2f37c29b96d43d331a010e1d4a1de23f25cb5 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 3 Aug 2023 18:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/public/apartment-item.vue | 6 ++++-- src/router/index.js | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/public/apartment-item.vue b/src/components/public/apartment-item.vue index 50e0c3a..0fc1cd5 100644 --- a/src/components/public/apartment-item.vue +++ b/src/components/public/apartment-item.vue @@ -33,14 +33,16 @@ diff --git a/src/router/index.js b/src/router/index.js index 82307de..c214a0f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10,7 +10,7 @@ NProgress.configure({ easing: "ease", // 动画方式 speed: 2500, // 递增进度条的速度 showSpinner: false, // 是否显示加载ico - trickleSpeed: 200, // 自动递增间隔 + trickleSpeed: 800, // 自动递增间隔 minimum: 0.9, // 初始化时的最小百分比 }); @@ -145,6 +145,7 @@ router.beforeEach((to, from, next) => { router.afterEach(() => { NProgress.done(); + console.log("NProgress",NProgress); console.log("结束"); }) export default router