diff --git a/.history/src/router/index_20231123113141.js b/.history/src/router/index_20231123113141.js
new file mode 100644
index 0000000..20f7558
--- /dev/null
+++ b/.history/src/router/index_20231123113141.js
@@ -0,0 +1,42 @@
+import Vue from "vue";
+import VueRouter from "vue-router";
+
+Vue.use(VueRouter);
+
+const routes = [
+ {
+ path: "/",
+ name: "index",
+ component: () => import("../views/Index.vue"),
+ children: [
+ {
+ path: "/znyw",
+ name: "znyw",
+ component: () => import("../views/lll/ZNYW.vue"),
+ },
+ {
+ path:"/fhgl",
+ name:"fhgl",
+ component:()=>import("@/views/Zhou/FHGL.vue")
+ },
+ {
+ path:"/kdfh",
+ name:"kdfh",
+ component:()=>import("@/views/Zhou/KDFH.vue")
+ },
+ {
+ path: "/pds",
+ name: "pds",
+ component: () => import("../views/lll/PDS.vue"),
+ },
+ ],
+ },
+];
+
+const router = new VueRouter({
+ mode: "history",
+ base: process.env.BASE_URL,
+ routes,
+});
+
+export default router;
diff --git a/src/assets/znyw/4.png b/src/assets/znyw/4.png
index a84fee8..6cbee5e 100644
Binary files a/src/assets/znyw/4.png and b/src/assets/znyw/4.png differ
diff --git a/src/assets/znyw/5.png b/src/assets/znyw/5.png
index 67b3639..e24337e 100644
Binary files a/src/assets/znyw/5.png and b/src/assets/znyw/5.png differ
diff --git a/src/router/index.js b/src/router/index.js
index decd2b2..20f7558 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -23,7 +23,12 @@ const routes = [
path:"/kdfh",
name:"kdfh",
component:()=>import("@/views/Zhou/KDFH.vue")
- }
+ },
+ {
+ path: "/pds",
+ name: "pds",
+ component: () => import("../views/lll/PDS.vue"),
+ },
],
},
];
diff --git a/src/views/lll/PDS.vue b/src/views/lll/PDS.vue
new file mode 100644
index 0000000..8ae3e80
--- /dev/null
+++ b/src/views/lll/PDS.vue
@@ -0,0 +1,79 @@
+
+
+
+
+