404页面跳转到登录页面

This commit is contained in:
王帅 2025-05-29 14:17:49 +08:00
parent a2a83269f6
commit 95c5896f3b

View File

@ -3,7 +3,7 @@
<h1>404</h1>
<p>Oops! The page you're looking for cannot be found.</p>
<p>请联系管理员,为您添加页面权限.</p>
<a href="/vue-web/login">Go Login</a>
<a href="/wms-sap/login">Go Login</a>
</div>
</template>
<script lang="ts">