mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:修改路径图背景
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
//添加权限
|
||||
|
||||
Reference in New Issue
Block a user