更改首页代码文件路径
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user