From f41e52e3debf30558d556dc0451776f5422fb9b8 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 08 十一月 2024 14:20:02 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/views/error/404.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/error/404.vue b/src/views/error/404.vue
index 0b7d899..886a1c1 100644
--- a/src/views/error/404.vue
+++ b/src/views/error/404.vue
@@ -23,6 +23,7 @@
 </template>
 
 <script setup lang="ts" name="notFound">
+import { onMounted } from 'vue';
 import { useRouter } from 'vue-router';
 
 // 瀹氫箟鍙橀噺鍐呭
@@ -32,6 +33,10 @@
 const onGoHome = () => {
 	router.push('/');
 };
+
+onMounted(()=>{
+})
+const currentRoute = router.currentRoute.value
 </script>
 
 <style scoped lang="scss">

--
Gitblit v1.9.3