From 57d40a94f0892f81dc14fb700e7614a7776a4fca Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 13:42:51 +0800
Subject: [PATCH] 增加首页地图和按钮
---
src/App.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index a324ecc..a849cf8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -86,7 +86,8 @@
} else {
// pc端
// this.$router.replace('/large')
- this.$router.replace('/pcLayout')
+ // this.$router.replace('/pcLayout')
+ this.$router.replace('/login')
}
},
methods: {
--
Gitblit v1.9.3