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

@@ -55,10 +55,10 @@ http.interceptors.response.use(
if (code === 0 || code === 200) {
return response;
} else {
if (code === 1000) {
window.open("https://u-pre.boe.com/web/", '_self');
// window.open("http://111.231.196.214:12013/manage/login", '_self');
}
// if (code === 1000) {
// window.open("https://u-pre.boe.com/web/", '_self');
// // window.open("http://111.231.196.214:12013/manage/login", '_self');
// }
console.log("api %o", msg);
}
return response;

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;
}
});
//添加权限

View File

@@ -905,9 +905,7 @@
<div class="close_exit" @click="closedeleteAll"></div>
</div>
<div class="body">
<span
>请确认是否批量删除{{ deleteType === 1 ? "任务" : "学员" }}</span
>
<span>请确认是否批量删除任务</span>
</div>
<div class="del_btnbox">
<div class="del_btn btn1" @click="closedeleteAll">
@@ -1744,6 +1742,7 @@ export default {
.then((res) => {
console.log(res);
state.deleteAll = false;
// state.deleteType = null;
message.destroy();
state.selectRow = []; //选择行
state.selectAll = 0; //0未选择1全选2部分选择