|
|
@@ -328,19 +328,17 @@ export function getModelComponent(is2DModel: boolean = false, type: string = '')
|
|
|
// 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')); //风窗大窗一列扇叶
|
|
|
+ // if (!componentsCaches.has('windowDaiXiaoMenSVG')) componentsCaches.set('windowDaiXiaoMenSVG', import('./components/windowDaiXiaoMenSVG.vue')); //风窗双道带小门
|
|
|
+ // if (!componentsCaches.has('windowDaLiuTaSVG')) componentsCaches.set('windowDaLiuTaSVG', import('./components/windowDaLiuTaSVG.vue')); //风窗单道中窗一列扇叶(大柳塔)
|
|
|
switch (type) {
|
|
|
- case 'ddFcLlsy':
|
|
|
- return getComponent('windowLiangLieBDSVG');
|
|
|
- case 'ddFcYlsy':
|
|
|
- return getComponent('windowYiLieSVG');
|
|
|
case 'sdFc1':
|
|
|
- return getComponent('windowDualSVG');
|
|
|
+ return getComponent('windowDaiXiaoMenSVG');
|
|
|
case 'ddFc5':
|
|
|
return getComponent('windowSVG');
|
|
|
case 'ddFc6':
|
|
|
- return getComponent('windowSVG');
|
|
|
+ return getComponent('windowYiLieSVG');
|
|
|
case 'ddFc7':
|
|
|
- return getComponent('windowSVG');
|
|
|
+ return getComponent('windowLiangLieBDSVG');
|
|
|
case 'ddFc8':
|
|
|
return getComponent('windowSVG');
|
|
|
case 'ddFc1':
|
|
|
@@ -348,7 +346,7 @@ export function getModelComponent(is2DModel: boolean = false, type: string = '')
|
|
|
case 'ddFc2':
|
|
|
return getComponent('windowSVG');
|
|
|
case 'ddFc4':
|
|
|
- return getComponent('windowSVG');
|
|
|
+ return getComponent('windowDaLiuTaSVG');
|
|
|
case 'sdFc3':
|
|
|
return getComponent('windowDualSVG');
|
|
|
case 'sdFc4':
|