chore: 编译依赖拆包manualChunks行为

This commit is contained in:
TsMask
2024-12-16 10:25:19 +08:00
parent a94f9414a4
commit 71f2e596fe
2 changed files with 16 additions and 9 deletions

View File

@@ -43,7 +43,6 @@ onMounted(() => {
getConfigKey('sys.homePage').then(res => {
spinning.value = false;
if (res.code === RESULT_CODE_SUCCESS && res.data) {
console.log(spinning);
if (res.data) {
const asyncComponent = findView(`${res.data}`);
currentComponent.value = defineAsyncComponent(asyncComponent);