@@ -320,7 +320,7 @@ const getChartInfo=async (type)=>{
loading.value=true
//通用类根据code获取详情
- if(chartSource!==1) return getCommonChartDetail();
+ if(![1,11].includes(chartSource)) return getCommonChartDetail();
let res=null
// 如果是从我的图库中来的