|
|
@ -27,6 +27,7 @@ const state = {
|
|
|
|
mComparison: LS.get('mComparison') ? JSON.parse(LS.get('mComparison')) : [],
|
|
|
|
mComparison: LS.get('mComparison') ? JSON.parse(LS.get('mComparison')) : [],
|
|
|
|
mcStatus:LS.get('mcStatus') ? JSON.parse(LS.get('mcStatus')) : false,
|
|
|
|
mcStatus:LS.get('mcStatus') ? JSON.parse(LS.get('mcStatus')) : false,
|
|
|
|
eComparison:LS.get('eComparison') ? JSON.parse(LS.get('eComparison')) : [],
|
|
|
|
eComparison:LS.get('eComparison') ? JSON.parse(LS.get('eComparison')) : [],
|
|
|
|
|
|
|
|
tComparison:LS.get('tComparison') ? JSON.parse(LS.get('tComparison')) : [], //主题对比
|
|
|
|
levelBtn:LS.get('levelBtn') ? JSON.parse(LS.get('levelBtn')) : [],
|
|
|
|
levelBtn:LS.get('levelBtn') ? JSON.parse(LS.get('levelBtn')) : [],
|
|
|
|
menu: LS.get('menu') ? JSON.parse(LS.get('menu')) : [],
|
|
|
|
menu: LS.get('menu') ? JSON.parse(LS.get('menu')) : [],
|
|
|
|
}
|
|
|
|
}
|
|
|
|