From f9fbf03602e8d9fdb559d98a21f4ec31818067f5 Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Mon, 24 Apr 2023 11:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.js b/src/utils/index.js index 1637e2c..8d9a962 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -95,6 +95,5 @@ function idListFromTree (data, val, res = [], id = 'id', children = 'children') */ export function clearLoginInfo () { Vue.cookie.delete('Authorization') - store.commit('resetStore') router.options.isAddDynamicMenuRoutes = false }