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/500.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/applications/mobile-web-view/src/components/error-page/500.vue b/applications/mobile-web-view/src/appComponents/error-page/500.vue similarity index 95% rename from applications/mobile-web-view/src/components/error-page/500.vue rename to applications/mobile-web-view/src/appComponents/error-page/500.vue index 05df75c..ebe9342 100644 --- a/applications/mobile-web-view/src/components/error-page/500.vue +++ b/applications/mobile-web-view/src/appComponents/error-page/500.vue @@ -19,5 +19,5 @@ }; </script> <style lang="scss" scoped> -@use './style.scss'; +@use 'style'; </style> -- Gitblit v1.9.3