From c81bc4b256af86289c0071c752adb48a8871278d Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 12 十月 2023 16:58:14 +0800
Subject: [PATCH] AGV监控状态判断,模具修改
---
web/src/router/routerConfig.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/web/src/router/routerConfig.js b/web/src/router/routerConfig.js
index 82aa1bd..e7408a9 100644
--- a/web/src/router/routerConfig.js
+++ b/web/src/router/routerConfig.js
@@ -67,9 +67,11 @@
let list = res.data.map(item => item.buttonHtmlId)
pinia.changeMenuButtonInfo(list);
}
+ next()
})
+ } else {
+ next()
}
- next();
})
router.afterEach(() => {
--
Gitblit v1.9.3