From 196216d8e0b08db3f8c49f3847a532782aba6ac7 Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Wed, 04 Feb 2026 10:53:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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