From 7ab97c4ada45550abc7f440d60549b249726a9ff Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期五, 05 七月 2019 08:45:02 +0800 Subject: [PATCH] 修改路由bug --- src/store/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 2e3b8c9..9c67376 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -5,7 +5,7 @@ const store = new Vuex.Store({ state: { - login: true, + login: false, userName: '', topNav: { actionName: '/' -- Gitblit v1.9.1