From f5690612315ef18432347a7496265afdba7bbb1c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Apr 2021 17:56:41 +0800
Subject: [PATCH] 面包屑 缓存
---
src/store/modules/common.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index d69eb66..10dfea9 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -36,6 +36,8 @@
themeName: getStore({name: 'themeName'}) || 'theme-vip',
lockPasswd: getStore({name: 'lockPasswd'}) || '',
website: website,
+ //判断是否是导航栏点击的路由,是则↓属性自加
+ liuState: 0,
},
mutations: {
SET_LANGUAGE: (state, language) => {
--
Gitblit v1.9.3