feat:修改路径图背景

This commit is contained in:
lixg
2022-12-06 14:46:03 +08:00
parent 83e33e1625
commit e179da897c
3 changed files with 9 additions and 9 deletions

View File

@@ -200,6 +200,7 @@
'background-image': 'url(' + item.dictValue + ')',
display: index >= 5 ? 'none' : 'flex',
}"
style="background-size: 100% 100%"
></div>
<div
@click="showLearnBgMore"
@@ -1720,7 +1721,7 @@ export default {
getLearnPath();
if (store.state.pathmapPic.length > 0) {
console.log("store.state.pathmapPic", store.state.pathmapPic);
state.imgData = [store.state.pathmapPic[0]];
state.imgData = store.state.pathmapPic;
}
});
//添加权限