From 92b02f8eb7f62742e4493bee27521e0f85e84ed2 Mon Sep 17 00:00:00 2001 From: xream Date: Wed, 30 Oct 2024 21:27:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=92=E9=99=A4=E5=90=8E=E7=AB=AF=20?= =?UTF-8?q?share=20=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/NotFound.vue | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index 4a16a38e4..86183d3e0 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -13,7 +13,7 @@ import { useRoute } from 'vue-router'; const route = useRoute(); -const isBackend = /\/(api|download)\/.+/.test(route.fullPath) +const isBackend = /\/(api|download|share)\/.+/.test(route.fullPath)