中英文切换

This commit is contained in:
2025-12-31 10:25:06 +08:00
parent 0ed7f0498a
commit 428aa03793
6 changed files with 36 additions and 34 deletions

View File

@@ -1,19 +1,19 @@
<template>
<div class="errPage-container">
<el-button icon="arrow-left" class="pan-back-btn" @click="back">
返回
Go Back
</el-button>
<el-row>
<el-col :span="12">
<h1 class="text-jumbo text-ginormous">
401错误!
Error 401!
</h1>
<h2>您没有访问权限</h2>
<h6>对不起您没有访问权限请不要进行非法操作您可以返回主页面</h6>
<h2>You do not have access permission!</h2>
<h6>Sorry, you do not have the permission to access this page. Please refrain from unauthorized operations! You may return to the main page.</h6>
<ul class="list-unstyled">
<li class="link-type">
<router-link to="/">
回首页
Back to Homepage
</router-link>
</li>
</ul>

View File

@@ -15,10 +15,10 @@
{{ message }}
</div>
<div class="bullshit__info">
对不起您正在寻找的页面不存在尝试检查URL的错误然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容
Sorry, the page you are looking for does not exist. Please check the URL for errors, then click the refresh button on your browser or try to find other content in our application.
</div>
<router-link to="/" class="bullshit__return-home">
返回首页
Return to Home
</router-link>
</div>
</div>