From 0187673aed8ba72058ee74fbb7538cf040a43606 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 23 七月 2020 20:09:07 +0800 Subject: [PATCH] 桌面添加交互(打开/最小化应用,显示桌面最小化已打开的应用,显示隐藏通知) --- src/pages/desktop/index/App.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/desktop/index/App.vue b/src/pages/desktop/index/App.vue index aaa21d5..d87fecd 100644 --- a/src/pages/desktop/index/App.vue +++ b/src/pages/desktop/index/App.vue @@ -1,10 +1,9 @@ <template> <div id="app"> <tools></tools> - <preference></preference> <desktop></desktop> - <tools-entry></tools-entry> - <dock ref="dock_model"></dock> + <tools-entry ref="dock_model"></tools-entry> + <!-- <dock ref="dock_model"></dock> --> <notice-tip ref="notice_tip_model"></notice-tip> <notification-center></notification-center> </div> @@ -35,9 +34,9 @@ }); } - setTimeout(function () { - _that.$refs.dock_model.initDockItem(); - }, 100); + // setTimeout(function () { + // _that.$refs.dock_model.initDockItem(); + // }, 100); // axios.get(process.env.VUE_APP_USER_DATA_URL).then(function (res) { // }); -- Gitblit v1.8.0