From 855bbe93bc01888f9c764a31bce6cc8aa7fc7776 Mon Sep 17 00:00:00 2001 From: lll Date: Wed, 22 Nov 2023 12:12:54 +0800 Subject: [PATCH] 11 --- src/App.vue | 2 ++ src/router/index.js | 7 +++++++ src/views/Index.vue | 7 ------- src/views/lll/ZNYW.vue | 20 ++++++++++++++++++++ 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 src/views/lll/ZNYW.vue diff --git a/src/App.vue b/src/App.vue index 7c5cdd2..914d08e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,6 +12,8 @@ #app { width: 100vw; height: 100vh; + width: 7680px; + height: 3240px; background-color: transparent; } diff --git a/src/router/index.js b/src/router/index.js index f8ece1f..2a7122d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -8,6 +8,13 @@ const routes = [ path: "/", name: "index", component: () => import("../views/Index.vue"), + children: [ + { + path: "/znyw", + name: "znyw", + component: () => import("../views/lll/ZNYW.vue"), + }, + ], }, ]; diff --git a/src/views/Index.vue b/src/views/Index.vue index 109c01a..b570fe0 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,6 +1,5 @@ @@ -14,12 +13,6 @@ export default { };