From 87220caff582343bc550fbd1e019fe6f7c9b64a2 Mon Sep 17 00:00:00 2001
From: Leo <98382335+gaoziman@users.noreply.github.com>
Date: Sun, 6 Jul 2025 19:14:44 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=BB=84=E4=BB=B6=E7=9A=84=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=E5=9D=97=E6=8E=92=E5=B8=83=E9=A1=BA=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 调整 src/views/ 下所有页面组件的代码块顺序
- 统一为 template → script → style 的规范排布
- 包括登录页面、错误页面、系统管理页面等所有视图组件
- 符合项目 Vue3 组件文件结构规范
---
src/views/error/403/index.vue | 3 ++-
src/views/error/404/index.vue | 3 ++-
src/views/error/500/index.vue | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/error/403/index.vue b/src/views/error/403/index.vue
index b97b246..2c4ddf5 100644
--- a/src/views/error/403/index.vue
+++ b/src/views/error/403/index.vue
@@ -1,4 +1,5 @@
-
+
diff --git a/src/views/error/404/index.vue b/src/views/error/404/index.vue
index a6d9358..4c492bd 100644
--- a/src/views/error/404/index.vue
+++ b/src/views/error/404/index.vue
@@ -1,4 +1,5 @@
-
+
diff --git a/src/views/error/500/index.vue b/src/views/error/500/index.vue
index 2273551..4103fe9 100644
--- a/src/views/error/500/index.vue
+++ b/src/views/error/500/index.vue
@@ -1,4 +1,5 @@
-
+