From 576f21549181a8dca5b96dcf462a2a1cc7d6b1af Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 10:40:30 +0800
Subject: [PATCH] feat: 删除无用代码

---
 applications/mobile-web-view/src/appComponents/error-page/404.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/mobile-web-view/src/components/error-page/404.vue b/applications/mobile-web-view/src/appComponents/error-page/404.vue
similarity index 95%
rename from applications/mobile-web-view/src/components/error-page/404.vue
rename to applications/mobile-web-view/src/appComponents/error-page/404.vue
index c6a7f28..f7d3fdb 100644
--- a/applications/mobile-web-view/src/components/error-page/404.vue
+++ b/applications/mobile-web-view/src/appComponents/error-page/404.vue
@@ -19,5 +19,5 @@
 };
 </script>
 <style lang="scss" scoped>
-@use './style.scss';
+@use 'style';
 </style>

--
Gitblit v1.9.3