From 9094dea7cd9e45e4bb0a3d22a8dc1d682ca7463b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Apr 2021 09:38:35 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 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