From 4912c2567e885da13885a737bcda2abd1081adf6 Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Mon, 24 Apr 2023 11:27:01 +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 --- mall4v/src/utils/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mall4v/src/utils/index.js b/mall4v/src/utils/index.js index 1637e2c..8d9a962 100644 --- a/mall4v/src/utils/index.js +++ b/mall4v/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 }