diff --git a/src/http/index.ts b/src/http/index.ts
index 3f3b725..603d6cb 100644
--- a/src/http/index.ts
+++ b/src/http/index.ts
@@ -2,7 +2,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import axios from 'axios'
import NProgress from 'nprogress'
-import { useDebounceFn } from '@vueuse/core'
import { useStore } from 'store/main'
const store = useStore()
// const CancelToken = axios.CancelToken
diff --git a/src/router/module/test.ts b/src/router/module/test.ts
index b51846b..0da5c4b 100644
--- a/src/router/module/test.ts
+++ b/src/router/module/test.ts
@@ -38,15 +38,5 @@ export default [
keepAlive: true,
AuthFlag: false
}
- },
- {
- path: 'vantTest', //
- name: 'vantTest',
- component: () => import('views/test/VantTest.vue'), // 组件加载
- meta: {
- title: 'vant测试',
- keepAlive: true,
- AuthFlag: false
- }
}
]
diff --git a/src/views/test/VantTest.vue b/src/views/test/VantTest.vue
deleted file mode 100644
index 41e7006..0000000
--- a/src/views/test/VantTest.vue
+++ /dev/null
@@ -1,41 +0,0 @@
-
- 我是时间测试
- 6666
- 字体自适应
-
-
-
-
-