mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
feat:修改路径图背景
This commit is contained in:
@@ -55,10 +55,10 @@ http.interceptors.response.use(
|
|||||||
if (code === 0 || code === 200) {
|
if (code === 0 || code === 200) {
|
||||||
return response;
|
return response;
|
||||||
} else {
|
} else {
|
||||||
if (code === 1000) {
|
// if (code === 1000) {
|
||||||
window.open("https://u-pre.boe.com/web/", '_self');
|
// window.open("https://u-pre.boe.com/web/", '_self');
|
||||||
// window.open("http://111.231.196.214:12013/manage/login", '_self');
|
// // window.open("http://111.231.196.214:12013/manage/login", '_self');
|
||||||
}
|
// }
|
||||||
console.log("api %o", msg);
|
console.log("api %o", msg);
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
|
|||||||
@@ -200,6 +200,7 @@
|
|||||||
'background-image': 'url(' + item.dictValue + ')',
|
'background-image': 'url(' + item.dictValue + ')',
|
||||||
display: index >= 5 ? 'none' : 'flex',
|
display: index >= 5 ? 'none' : 'flex',
|
||||||
}"
|
}"
|
||||||
|
style="background-size: 100% 100%"
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
@click="showLearnBgMore"
|
@click="showLearnBgMore"
|
||||||
@@ -1720,7 +1721,7 @@ export default {
|
|||||||
getLearnPath();
|
getLearnPath();
|
||||||
if (store.state.pathmapPic.length > 0) {
|
if (store.state.pathmapPic.length > 0) {
|
||||||
console.log("store.state.pathmapPic", store.state.pathmapPic);
|
console.log("store.state.pathmapPic", store.state.pathmapPic);
|
||||||
state.imgData = [store.state.pathmapPic[0]];
|
state.imgData = store.state.pathmapPic;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//添加权限
|
//添加权限
|
||||||
|
|||||||
@@ -905,9 +905,7 @@
|
|||||||
<div class="close_exit" @click="closedeleteAll"></div>
|
<div class="close_exit" @click="closedeleteAll"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<span
|
<span>请确认是否批量删除任务</span>
|
||||||
>请确认是否批量删除{{ deleteType === 1 ? "任务" : "学员" }}</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="del_btnbox">
|
<div class="del_btnbox">
|
||||||
<div class="del_btn btn1" @click="closedeleteAll">
|
<div class="del_btn btn1" @click="closedeleteAll">
|
||||||
@@ -1630,7 +1628,7 @@ export default {
|
|||||||
state.gqxy_hs = !state.gqxy_hs;
|
state.gqxy_hs = !state.gqxy_hs;
|
||||||
};
|
};
|
||||||
const showDeleteALLModal = (type) => {
|
const showDeleteALLModal = (type) => {
|
||||||
if (state.selectRow.length === 0){
|
if (state.selectRow.length === 0) {
|
||||||
message.destroy();
|
message.destroy();
|
||||||
return message.warning("请选择要删除的任务");
|
return message.warning("请选择要删除的任务");
|
||||||
}
|
}
|
||||||
@@ -1744,6 +1742,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
state.deleteAll = false;
|
state.deleteAll = false;
|
||||||
|
// state.deleteType = null;
|
||||||
message.destroy();
|
message.destroy();
|
||||||
state.selectRow = []; //选择行
|
state.selectRow = []; //选择行
|
||||||
state.selectAll = 0; //0:未选择,1:全选,2:部分选择
|
state.selectAll = 0; //0:未选择,1:全选,2:部分选择
|
||||||
|
|||||||
Reference in New Issue
Block a user