视图路径修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user