From 3255a91826c758ff0be93fd19710b9f0ff5217d8 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 06 九月 2023 11:23:37 +0800 Subject: [PATCH] 取消登录,直接跳转桌面 --- 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