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/modules/control.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/control.js b/src/store/modules/control.js
index 50693d6..d0526c8 100644
--- a/src/store/modules/control.js
+++ b/src/store/modules/control.js
@@ -17,12 +17,14 @@
       pageSizes: [15, 30, 50, 100],
     },
     windowWidth: 1025,
+    windowHeight: '',
   },
   actions: {
   },
   mutations: {
     setWindowSize: (state, data) => {
       state.windowWidth = data.innerWidth;
+      state.windowHeight = data.innerHeight;
       // console.log(data)
     },
   }

--
Gitblit v1.9.3