diff --git a/src/layout/AdminLayout.vue b/src/layout/AdminLayout.vue index 85dab18..9d32c8e 100644 --- a/src/layout/AdminLayout.vue +++ b/src/layout/AdminLayout.vue @@ -6,7 +6,7 @@ import { Location, Setting, User, - Monitor, + DataAnalysis, Tools, Document, DataLine, @@ -43,7 +43,7 @@ const handleSelect = (key: string) => { @select="handleSelect" > - + @@ -67,7 +67,7 @@ const handleSelect = (key: string) => { 物种监测 diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index a0f6f2b..d8435a5 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,8 +1,7 @@