修改页面交互;保存模版不刷新到列表页面

This commit is contained in:
zhouyi 2019-07-19 14:42:03 +08:00
parent fc7f43d0f6
commit 4680197468

View File

@ -521,7 +521,7 @@ $(function(){
layui.layer.msg('保存成功',{
time : 800
},function(){
location.href = "spiderList.html";
// location.href = "spiderList.html";
})
}
})