From 56a2e064f54346cf312736d8652863c0e5d197b7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 10 Dec 2021 14:02:41 +0800
Subject: [PATCH] +样式适配以及培训公司登入只有企业名称做验证

---
 src/store/getters.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index bd396b6..336af48 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -28,5 +28,7 @@
   flowRoutes: state => state.dict.flowRoutes,
   //控制按钮消失(表格右侧显影按钮)
   clearOtherBut: state => state.control.clearOtherBut,
+  windowWidth: state => state.control.windowWidth,
+  windowHeight: state => state.control.windowHeight,
 }
 export default getters

--
Gitblit v1.9.3