diff --git a/src/assets/img/Home/top20.png b/src/assets/img/Home/top20.png
new file mode 100644
index 0000000000000000000000000000000000000000..0af2e91c374a78821927ff02ade6cedece6a9e50
Binary files /dev/null and b/src/assets/img/Home/top20.png differ
diff --git a/src/components/layout/index.vue b/src/components/layout/index.vue
index 8e084f445ebb1bb5390ea784ce1791ff9aa9bac6..62e5764a0a86db5c5ceed4e1146d14bd547bd9dc 100644
--- a/src/components/layout/index.vue
+++ b/src/components/layout/index.vue
@@ -108,6 +108,10 @@ export default {
route: "/casesharing",
name: "案例分享",
},
+ {
+ route: "/solution",
+ name: "解决方案",
+ },
],
loading: false,
rules: {
@@ -159,7 +163,9 @@ export default {
const routerPath =
!this.redirect || this.redirect === "/404" ? "/" : this.redirect
this.$router.push({ path: routerPath }).catch((e) => {})
- this.loading = false
+ setTimeout(() => {
+ this.loading = false
+ }, 800)
})
.catch((e) => {
this.loading = false
diff --git a/src/router/index.js b/src/router/index.js
index 5e1f6d177e0d19d6b92d5fea23c24071bec8e16d..0cd0b3bd1fda4bc3d29ea68040ac5cdfcde85fa2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -29,8 +29,8 @@ export const constantRoutes = [
component: () => import("@/views/Home/ScientificResearch/index"),
},
{
- path: "/healthpopularization",
- component: () => import("@/views/Home/HealthPopularization/index"),
+ path: "/solution",
+ component: () => import("@/views/Home/Solution/index"),
},
],
},
diff --git a/src/views/Home/Solution/index.vue b/src/views/Home/Solution/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a8e1909eff682dd3bf131ffe8aa1c4a16ecb6b9d
--- /dev/null
+++ b/src/views/Home/Solution/index.vue
@@ -0,0 +1,14 @@
+
+