| | |
| | | * @Author : yuan |
| | | * @Date : 2025-09-28 09:31:16 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-09-28 09:50:32 |
| | | * @FilePath : \src\pages\common\404\index.vue |
| | | * @LastEditTime : 2025-12-16 11:02:27 |
| | | * @FilePath : \src\subPackages\404\index.vue |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-09-28 09:31:16 |
| | |
| | | mode="page" |
| | | text-size="20" |
| | | text="页面不存在" |
| | | icon="/static/images/404.png" |
| | | :icon="errorImage" |
| | | width="380" |
| | | height="380" |
| | | /> |
| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import { getAssetsImage } from "@/utils/index.js"; |
| | | import { HOME_PATH } from "@/router"; |
| | | |
| | | const errorImage = getAssetsImage("/404.png"); |
| | | |
| | | function handleBack() { |
| | | uni.$u.route({ |
| | | type: "switchTab", |