From a61c685ad918547fe00a243f530cd71998bb2b8a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 Apr 2021 17:59:32 +0800
Subject: [PATCH] 视频录制添加测试
---
src/store/modules/common.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index 5becb97..10dfea9 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -23,7 +23,7 @@
isShade: false,
screen: -1,
isLock: getStore({name: 'isLock'}) || false,
- showTag: true,
+ showTag: false,
showDebug: true,
showCollapse: true,
showSearch: true,
@@ -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