From 4ee6a4f76db91bc89750dc1f63e4f6d4fcda3e54 Mon Sep 17 00:00:00 2001 From: panda <1565636758@qq.com> Date: Fri, 26 Dec 2025 13:44:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=AA=8C=E8=AF=81=E7=A0=81=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E7=9A=84index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-core/auth/components/verifition/index.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/pages-core/auth/components/verifition/index.ts diff --git a/src/pages-core/auth/components/verifition/index.ts b/src/pages-core/auth/components/verifition/index.ts deleted file mode 100644 index e5dea27..0000000 --- a/src/pages-core/auth/components/verifition/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as Verify } from './verify.vue'