diff --git a/src/views/device/Instance/Detail/index.vue b/src/views/device/Instance/Detail/index.vue index 437164c1..99e05645 100644 --- a/src/views/device/Instance/Detail/index.vue +++ b/src/views/device/Instance/Detail/index.vue @@ -260,7 +260,6 @@ const initPage = async (newId: any) => { await instanceStore.refresh(String(newId)); getStatus(String(newId)); list.value = [...initList]; - console.log('watch', route.params?.id) getDetail(); instanceStore.tabActiveKey = 'Info'; } @@ -287,10 +286,6 @@ onMounted(() => { getDetailFn(); }); -const onBack = () => { - menuStory.jumpPage('device/Instance'); -}; - const onTabChange = (e: string) => { instanceStore.tabActiveKey = e; };