diff --git a/src/components/custom/NovaIcon.vue b/src/components/common/NovaIcon.vue
similarity index 100%
rename from src/components/custom/NovaIcon.vue
rename to src/components/common/NovaIcon.vue
diff --git a/src/components/custom/Pagination.vue b/src/components/common/Pagination.vue
similarity index 100%
rename from src/components/custom/Pagination.vue
rename to src/components/common/Pagination.vue
diff --git a/src/components/custom/SvgIcon.vue b/src/components/custom/SvgIcon.vue
deleted file mode 100644
index 6f39068..0000000
--- a/src/components/custom/SvgIcon.vue
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
diff --git a/src/main.ts b/src/main.ts
index 16cb86a..aec780f 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -1,6 +1,6 @@
import type { App } from 'vue'
import AppVue from './App.vue'
-import AppLoading from './components/common/appLoading.vue'
+import AppLoading from './components/common/AppLoading.vue'
import { installRouter } from '@/router'
import { installPinia } from '@/store'
diff --git a/src/router/routes.static.ts b/src/router/routes.static.ts
index 2acfc26..b406b5f 100644
--- a/src/router/routes.static.ts
+++ b/src/router/routes.static.ts
@@ -261,7 +261,7 @@ export const staticRoutes: AppRoute.RowRoute[] = [
'meta.requiresAuth': true,
'meta.icon': 'logos:vueuse',
'meta.herf': 'https://vueuse.org/guide/',
- 'componentPath': '/docments/vueuse/index.vue',
+ 'componentPath': 'null',
'id': 27,
'pid': 24,
},
diff --git a/src/typings/route.d.ts b/src/typings/route.d.ts
index 214787c..76cdec0 100644
--- a/src/typings/route.d.ts
+++ b/src/typings/route.d.ts
@@ -19,7 +19,7 @@ declare namespace AppRoute {
order?: number
/* 嵌套外链 */
herf?: string
- /** 当前路由不在左侧菜单显示,但需要需要高亮某个菜单的情况 */
+ /** 当前路由不在左侧菜单显示,但需要高亮某个菜单的情况 */
activeMenu?: string
/** 当前路由是否会被添加到Tab中 */
withoutTab?: boolean
diff --git a/src/views/setting/menu/components/TableModal.vue b/src/views/setting/menu/components/TableModal.vue
index 9699cc8..63fb40a 100644
--- a/src/views/setting/menu/components/TableModal.vue
+++ b/src/views/setting/menu/components/TableModal.vue
@@ -1,4 +1,5 @@