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';