diff --git a/chenhai-ui/public/index.html b/chenhai-ui/public/index.html index 925455c..3beafef 100644 --- a/chenhai-ui/public/index.html +++ b/chenhai-ui/public/index.html @@ -1,14 +1,32 @@ - - - - - - - <%= webpackConfig.name %> - - - - -
-
-
-
-
-
正在加载系统资源,请耐心等待
-
-
- - + + + +
+
+
+
+
+
正在加载系统资源,请耐心等待
+
+
+ + + \ No newline at end of file diff --git a/chenhai-ui/src/assets/images/11.png b/chenhai-ui/src/assets/images/11.png index bb3ea72..025b817 100644 Binary files a/chenhai-ui/src/assets/images/11.png and b/chenhai-ui/src/assets/images/11.png differ diff --git a/chenhai-ui/src/assets/images/111.png b/chenhai-ui/src/assets/images/111.png deleted file mode 100644 index d8e3813..0000000 Binary files a/chenhai-ui/src/assets/images/111.png and /dev/null differ diff --git a/chenhai-ui/src/router/index.js b/chenhai-ui/src/router/index.js index 9c39d66..aa1ac76 100644 --- a/chenhai-ui/src/router/index.js +++ b/chenhai-ui/src/router/index.js @@ -62,12 +62,18 @@ export const constantRoutes = [ hidden: true }, - // 首页 + // 可视化首页 { path: '/Home', component: () => import('@/views/Home'), hidden: true }, + // 地图可视化 + { + path: '/mapVisual', + component: () => import('@/views/map_pol/mapVisual'), + hidden: true + }, { path: '', diff --git a/chenhai-ui/src/views/Home.vue b/chenhai-ui/src/views/Home.vue index f42d2ac..2053923 100644 --- a/chenhai-ui/src/views/Home.vue +++ b/chenhai-ui/src/views/Home.vue @@ -1,6 +1,27 @@