From 8d270834a630785732829f6cb8af6c1e30fd7f43 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 12 九月 2023 10:06:03 +0800 Subject: [PATCH] 应用中心 2023-9-12 --- src/pages/desktop/index/components/ToolsEntry.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/pages/desktop/index/components/ToolsEntry.vue b/src/pages/desktop/index/components/ToolsEntry.vue index e9d95a5..028aa13 100644 --- a/src/pages/desktop/index/components/ToolsEntry.vue +++ b/src/pages/desktop/index/components/ToolsEntry.vue @@ -183,6 +183,9 @@ if (dock.type === "1") { window.open(dock.url); } else if (dock.type === "2" && !dock.isOpen) { + if(dock.url== "/view/debuggTool/"){ + return true; + } this.$store.dispatch("desktop/addFrame", { id: dock.id, icon: dock.src, @@ -284,6 +287,9 @@ width: 1180px; padding: 0 60px; margin: 0 auto; + .el-carousel__indicator--horizontal { + padding: 0px 4px; + } .app-list { .app { width: 16.6%; -- Gitblit v1.8.0