From 56dc8372231c0cf1e61e91f0a7756b5e0155cb4e Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Fri, 6 Jun 2025 17:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 8 +------- src/router/oauth.ts | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/components.d.ts b/components.d.ts index 1214e4c..ac8cda2 100644 --- a/components.d.ts +++ b/components.d.ts @@ -21,17 +21,11 @@ declare module '@vue/runtime-core' { Tabbar: typeof import('./src/components/tabbar/index.vue')['default'] Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default'] VanActionSheet: typeof import('vant/es')['ActionSheet'] - VanButton: typeof import('vant/es')['Button'] + VanConfigProvider: typeof import('vant/es')['ConfigProvider'] VanDivider: typeof import('vant/es')['Divider'] - VanGrid: typeof import('vant/es')['Grid'] - VanGridItem: typeof import('vant/es')['GridItem'] VanIcon: typeof import('vant/es')['Icon'] - VanImage: typeof import('vant/es')['Image'] - VanLoading: typeof import('vant/es')['Loading'] VanStepper: typeof import('vant/es')['Stepper'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] - VanTabbar: typeof import('vant/es')['Tabbar'] - VanTabbarItem: typeof import('vant/es')['TabbarItem'] } } diff --git a/src/router/oauth.ts b/src/router/oauth.ts index ad97c58..939ead8 100644 --- a/src/router/oauth.ts +++ b/src/router/oauth.ts @@ -3,7 +3,6 @@ import { createRouter, createWebHashHistory } from 'vue-router' import NProgress from 'nprogress' import 'nprogress/nprogress.css' // 导入路由组件 -import { mergeRoutes } from './queue' import oauth from '@/views/oauth/index.vue' import { useUserStore } from '@/stores/user'