chore: 编译依赖拆包manualChunks行为

This commit is contained in:
TsMask
2024-12-16 10:23:22 +08:00
parent 7f69bc69bc
commit 7e60f0dd05
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);