|
|
@@ -316,6 +316,7 @@ export function getModelComponent(is2DModel: boolean = false, type: string = '')
|
|
|
if (!componentsCaches.has('windowDualSVG')) componentsCaches.set('windowDualSVG', import('./components/windowDualSVG.vue'));
|
|
|
if (!componentsCaches.has('windowDoorSVG')) componentsCaches.set('windowDoorSVG', import('./components/windowDoorSVG.vue')); //带小门风窗
|
|
|
if (!componentsCaches.has('SmallWindowSVG')) componentsCaches.set('SmallWindowSVG', import('./components/SmallWindowSVG.vue')); //小窗风窗
|
|
|
+ if (!componentsCaches.has('windowDualAdjustSVG')) componentsCaches.set('windowDualAdjustSVG', import('./components/windowDualAdjustSVG.vue')); //小窗风窗
|
|
|
switch (type) {
|
|
|
case 'sdFc1':
|
|
|
return componentsCaches.get('windowDualSVG');
|