diff --git a/public/bg.jpg b/public/bg2.jpg similarity index 100% rename from public/bg.jpg rename to public/bg2.jpg diff --git a/public/tanchuang.png b/public/tanchuang.png deleted file mode 100644 index 042d545..0000000 Binary files a/public/tanchuang.png and /dev/null differ diff --git a/public/wheel-base.png b/public/wheel-base2.png similarity index 100% rename from public/wheel-base.png rename to public/wheel-base2.png diff --git a/src/assets/img/jiantou.png b/src/assets/img/jiantou.png deleted file mode 100644 index 0a89c4d..0000000 Binary files a/src/assets/img/jiantou.png and /dev/null differ diff --git a/src/router/index.js b/src/router/index.js index 694d457..c3d6e44 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2,12 +2,12 @@ import { createRouter, createWebHistory } from 'vue-router' const routes = [ { path: '/', - redirect: '/DZP' + redirect: '/DZP2' }, { - path: '/DZP', - name: 'DZP', - component: () => import('../views/DZP.vue') + path: '/DZP2', + name: 'DZP2', + component: () => import('../views/DZP2.vue') }, ] // 创建路由实例 diff --git a/src/views/DZP.vue b/src/views/DZP2.vue similarity index 96% rename from src/views/DZP.vue rename to src/views/DZP2.vue index 4ed6042..0d85103 100644 --- a/src/views/DZP.vue +++ b/src/views/DZP2.vue @@ -1,7 +1,7 @@