|
|
@@ -326,7 +326,13 @@ export function getModelComponent(is2DModel: boolean = false, type: string = '')
|
|
|
// if (!componentsCaches.has('windowDualAdjustSVG')) componentsCaches.set('windowDualAdjustSVG', import('./components/windowDualAdjustSVG.vue')); //小窗风窗
|
|
|
// if (!componentsCaches.has('windowZDSVG')) componentsCaches.set('windowZDSVG', import('./components/windowZDSVG.vue')); //小窗风窗
|
|
|
// if (!componentsCaches.has('windowDualZDSVG')) componentsCaches.set('windowDualZDSVG', import('./components/windowDualZDSVG.vue')); //小窗风窗
|
|
|
+ // if (!componentsCaches.has('windowLiangLieBDSVG')) componentsCaches.set('windowLiangLieBDSVG', import('./components/windowLiangLieBDSVG.vue')); //风窗两列扇叶
|
|
|
+ // if (!componentsCaches.has('windowYiLieSVG')) componentsCaches.set('windowYiLieSVG', import('./components/windowYiLieSVG.vue')); //风窗大窗一列扇叶
|
|
|
switch (type) {
|
|
|
+ case 'ddFcLlsy':
|
|
|
+ return getComponent('windowLiangLieBDSVG');
|
|
|
+ case 'ddFcYlsy':
|
|
|
+ return getComponent('windowYiLieSVG');
|
|
|
case 'sdFc1':
|
|
|
return getComponent('windowDualSVG');
|
|
|
case 'ddFc5':
|