diff --git a/src/router/index.js b/src/router/index.js index 84bf5c8..5c2321b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -29,6 +29,12 @@ const routes = [ name: "pds", component: () => import("../views/lll/PDS.vue"), }, + //测试页面 + { + path: "pds1", + name: "pds1", + component: () => import("../views/lll/NYJCD/PDS.vue"), + }, { path: "area", name: "area", @@ -49,6 +55,11 @@ const routes = [ name: "nyjcs", component: () => import("../views/lll/NYJCS.vue"), }, + { + path: "nyjcm", + name: "nyjcm", + component: () => import("../views/lll/NYJCM.vue"), + }, ], }, ], diff --git a/src/views/lll/AREA.vue b/src/views/lll/AREA.vue index a78d57a..846b72d 100644 --- a/src/views/lll/AREA.vue +++ b/src/views/lll/AREA.vue @@ -37,7 +37,16 @@ src="../../assets/nyjc/煤1.png" alt="" v-show="!mei" - @click="(dian = false), (shui = false), (mei = true)" + @click=" + (dian = false), + (shui = false), + (mei = true), + $router.push( + '/area/nyjcm', + () => {}, + () => {} + ) + " /> diff --git a/src/views/lll/NYJCD/PDS.vue b/src/views/lll/NYJCD/PDS.vue new file mode 100644 index 0000000..44d2bcf --- /dev/null +++ b/src/views/lll/NYJCD/PDS.vue @@ -0,0 +1,453 @@ + + + diff --git a/src/views/lll/NYJCM.vue b/src/views/lll/NYJCM.vue new file mode 100644 index 0000000..59eb06e --- /dev/null +++ b/src/views/lll/NYJCM.vue @@ -0,0 +1,909 @@ + + +