diff --git a/src/layouts/logic.js b/src/layouts/logic.js index 337537a..d3633b8 100644 --- a/src/layouts/logic.js +++ b/src/layouts/logic.js @@ -3,8 +3,38 @@ */ import config from '@/config'; import { showDialog } from 'vant'; -import { advancedQuesTypeList } from './quesInfoList'; - +const advancedQuesTypeList = [ + { + name: 'Maxdiff', + icon: '', + check: false, + type: 105 + }, + { + name: 'CBC', + icon: '', + check: false, + type: 103 + }, + { + name: 'BPTO', + icon: '', + check: false, + type: 104 + }, + { + name: 'PSM', + icon: '', + check: false, + type: 101 + }, + { + name: 'KANO', + icon: '', + check: false, + type: 102 + } +]; const advancedTypes = advancedQuesTypeList.map((i) => i.type); // 高级题型的 question_type const performance = {