chore: 编译依赖拆包manualChunks行为
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user