From 5fb6be4d50646d5e8a3440d3b0faaca20e28ed0d Mon Sep 17 00:00:00 2001 From: loveflow <5269966+loveflow@user.noreply.gitee.com> Date: Sun, 11 Feb 2024 15:33:25 +0800 Subject: [PATCH] update --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 721a78d..7a69300 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,9 +10,9 @@ export default { return{} }, created(){ - this.$router.push({ + /* this.$router.push({ path:"/recordManage" - }) + }) */ } }