mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat:修改路径图背景
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
//添加权限
|
||||
|
||||
@@ -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">
|
||||
@@ -1630,7 +1628,7 @@ export default {
|
||||
state.gqxy_hs = !state.gqxy_hs;
|
||||
};
|
||||
const showDeleteALLModal = (type) => {
|
||||
if (state.selectRow.length === 0){
|
||||
if (state.selectRow.length === 0) {
|
||||
message.destroy();
|
||||
return message.warning("请选择要删除的任务");
|
||||
}
|
||||
@@ -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:部分选择
|
||||
|
||||
Reference in New Issue
Block a user