From 0876e51d0f968ce38a048a78f9ebafcb8841f9bc Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 29 七月 2020 20:49:22 +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