From e208705583bc5ef358d48b523cfe3408d4ee21ca Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Sat, 11 Jan 2025 13:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E5=A7=8B=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 ++ src/pages/Index/Index.vue | 2 +- src/pages/Index/components/Consumables/MoveLiquidArea.vue | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index 48add46..5124e3a 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,12 +8,14 @@ export {} declare module 'vue' { export interface GlobalComponents { ElButton: typeof import('element-plus/es')['ElButton'] + ElCol: typeof import('element-plus/es')['ElCol'] ElDropdown: typeof import('element-plus/es')['ElDropdown'] ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] ElFooter: typeof import('element-plus/es')['ElFooter'] ElHeader: typeof import('element-plus/es')['ElHeader'] ElPopover: typeof import('element-plus/es')['ElPopover'] + ElRow: typeof import('element-plus/es')['ElRow'] ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default'] Keyboard: typeof import('./src/components/Keyboard.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index f877421..b245bec 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -282,7 +282,7 @@ const pollingInitState = async () => { showLoadingModal.value = false; if (res.data.passed) { console.log("初始化成功") - // sessionStorage.setItem('testStarted', "true"); + sessionStorage.setItem('testStarted', "true"); showAlreadyModal.value = true; } else { diff --git a/src/pages/Index/components/Consumables/MoveLiquidArea.vue b/src/pages/Index/components/Consumables/MoveLiquidArea.vue index 9fabeed..dcbfb0b 100644 --- a/src/pages/Index/components/Consumables/MoveLiquidArea.vue +++ b/src/pages/Index/components/Consumables/MoveLiquidArea.vue @@ -138,7 +138,6 @@ - {{ showModal }}