From 6584cbef8a5829950c20b507e17445b97650e73f Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期三, 27 十一月 2024 12:15:04 +0800 Subject: [PATCH] 1. 新增消息管理类 2. socket消息类型js改为枚举类 3. 重连函数在使用时以参数传递进来 --- src/components/core/SiderMenu.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/core/SiderMenu.vue b/src/components/core/SiderMenu.vue index abe2269..162fc70 100644 --- a/src/components/core/SiderMenu.vue +++ b/src/components/core/SiderMenu.vue @@ -77,7 +77,7 @@ data() { return { popVisible: false, - menuHeight: '800px', + menuHeight: '80vh', title: '鐢熸�佺幆澧冪嚎涓婄洃绠�', subTitle: '漏涓婃捣椋炵窘鐜繚绉戞妧鏈夐檺鍏徃', sysIndex: 0, @@ -139,7 +139,7 @@ this.navPage(...this.menuPath(this.menus[0])); }, mounted() { - // this.menuHeight = this.calMenuHeight(); + this.menuHeight = this.calMenuHeight(); } }; </script> -- Gitblit v1.9.3