diff --git a/public/bg.jpg b/public/bg.jpg deleted file mode 100644 index 23ee98d..0000000 Binary files a/public/bg.jpg and /dev/null differ diff --git a/public/bg2.jpg b/public/bg2.jpg new file mode 100644 index 0000000..5deb92f Binary files /dev/null and b/public/bg2.jpg differ diff --git a/public/pan.png b/public/pan.png new file mode 100644 index 0000000..c1b94bd Binary files /dev/null and b/public/pan.png differ 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-base.png deleted file mode 100644 index a73dfc2..0000000 Binary files a/public/wheel-base.png and /dev/null differ diff --git a/public/wheel-base2.png b/public/wheel-base2.png new file mode 100644 index 0000000..78971cd Binary files /dev/null and b/public/wheel-base2.png differ diff --git a/src/assets/img/j.png b/src/assets/img/j.png new file mode 100644 index 0000000..9319127 Binary files /dev/null and b/src/assets/img/j.png differ 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 a0c8ee9..c4873eb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -9,6 +9,11 @@ const routes = [ name: 'DZP1', component: () => import('../views/DZP1.vue') }, + { + path: '/DZP2', + name: 'DZP2', + component: () => import('../views/DZP2.vue') + }, ] // 创建路由实例 const router = createRouter({ diff --git a/src/views/DZP2.vue b/src/views/DZP2.vue new file mode 100644 index 0000000..0d85103 --- /dev/null +++ b/src/views/DZP2.vue @@ -0,0 +1,216 @@ + + + + + \ No newline at end of file