From 785cb6398f4e2813392dc31c82ebf14dc66ba960 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Wed, 18 Sep 2024 20:38:18 +0800 Subject: [PATCH] fixed: Remove unused constants --- ui/src/components/Kubernetes/MainContent/index.vue | 1 - ui/src/components/Share/index.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/ui/src/components/Kubernetes/MainContent/index.vue b/ui/src/components/Kubernetes/MainContent/index.vue index 060c180d..0f095153 100644 --- a/ui/src/components/Kubernetes/MainContent/index.vue +++ b/ui/src/components/Kubernetes/MainContent/index.vue @@ -134,7 +134,6 @@ const dropdownY = ref(0); const dropdownX = ref(0); const deleteUserCounter = ref(0); const nameRef = ref(''); -const sessionId = ref(''); const waterMarkContent = ref(''); const enableShare = ref(false); const showContextMenu = ref(false); diff --git a/ui/src/components/Share/index.vue b/ui/src/components/Share/index.vue index 2efa122d..4c48cf1d 100644 --- a/ui/src/components/Share/index.vue +++ b/ui/src/components/Share/index.vue @@ -77,7 +77,6 @@ import { BASE_URL } from '@/config'; import { getMinuteLabel } from '@/utils'; import { useDebounceFn } from '@vueuse/core'; import { shareUser } from '@/views/interface'; -import { useLogger } from '@/hooks/useLogger.ts'; import { useDialogReactiveList } from 'naive-ui'; import { computed, nextTick, reactive, ref, watch, h } from 'vue';