视图路径修改

This commit is contained in:
2025-10-27 17:29:25 +08:00
parent 5fa4e1cd42
commit 0033ac10ec
69 changed files with 162 additions and 1199 deletions

View File

@@ -261,7 +261,7 @@ function getComponent(componentName: string) {
})
.catch(error => {
// 返回404组件
return import('@/views/error/404.vue').catch(() =>
return import('@/views/public/error/404.vue').catch(() =>
Promise.resolve({
template: `<div class="component-error">
<h3>组件加载失败</h3>