更改首页代码文件路径

This commit is contained in:
lai
2024-10-16 15:09:53 +08:00
parent cd3e87c1c9
commit 87e044276c
2 changed files with 451 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import useUserStore from '@/store/modules/user';
import useLayoutStore from '@/store/modules/layout';
const currentComponent = shallowRef(
defineAsyncComponent(() => import('@/views/index/defaultIndex.vue'))
defineAsyncComponent(() => import('@/views/configManage/neOverview/index.vue'))
);
onMounted(() => {