-
+
这是系统设置,但是暂时还没有内容
diff --git a/src/types/global.d.ts b/src/types/global.d.ts
index 9b24e4f..734c4c9 100644
--- a/src/types/global.d.ts
+++ b/src/types/global.d.ts
@@ -1,3 +1,7 @@
+import 'vue-router';
+declare module 'vue-router' {
+ interface RouteMeta extends AppRoute.RouteMeta {}
+}
interface Window {
$loadingBar?: import('naive-ui').LoadingBarApiInjection;
$dialog?: import('naive-ui').DialogApiInjection;
diff --git a/src/types/router.d.ts b/src/types/router.d.ts
index 495868c..e69de29 100644
--- a/src/types/router.d.ts
+++ b/src/types/router.d.ts
@@ -1,4 +0,0 @@
-import 'vue-router';
-declare module 'vue-router' {
- interface RouteMeta extends AppRoute.RouteMeta {}
-}