From 2ae2fcfeea170b8ec10df1787dfd5c7b566de649 Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Fri, 24 May 2024 13:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jing-ui/src/views/error/404.vue | 233 ++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 jing-ui/src/views/error/404.vue diff --git a/jing-ui/src/views/error/404.vue b/jing-ui/src/views/error/404.vue new file mode 100644 index 0000000..96f075c --- /dev/null +++ b/jing-ui/src/views/error/404.vue @@ -0,0 +1,233 @@ + + + + + + + + + + + + 404错误! + + + {{ message }} + + + 对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。 + + + 返回首页 + + + + + + + + +