From ff7b7d4b3e46f943b46efda7aba309b7a818929a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 11:58:45 +0800
Subject: [PATCH] 部分公用代码提取,导航路线的逻辑优化
---
src/store/getters.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index a6eb549..cdc57b9 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -32,7 +32,8 @@
showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据
- isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany // 显影活动弹窗
+ isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗
+ seeRight: (state) => state.mobile.seeRight // 右侧控制栏显影
}
const navigation = {
--
Gitblit v1.9.3