perf: console的url处理|assetbox保存时vendor闪动等

1.console的url处理
2.assetbox保存时vendor闪动的问题修复
3.优化侧滑动画
This commit is contained in:
chenjinsong
2020-05-22 15:21:41 +08:00
parent 9892cce975
commit a3ca1f9723
8 changed files with 112 additions and 35 deletions

View File

@@ -59,7 +59,8 @@
props:{
defaultModelUSize:{default:1},
value:{default:null},
disabled:{type:Boolean}
disabled:{type:Boolean},
idcOption: {type: Array}
},
data(){
return {
@@ -104,14 +105,15 @@
}
},
queryIdcInfos:function(){
this.idcInfos=[];
this.$get('idc?pageSize=-1').then(response=>{
this.idcInfos = this.idcOption;
/*this.$get('idc?pageSize=-1').then(response=>{
console.info(2)
if(response.code == 200){
this.idcInfos=response.data.list;
}else{
console.error(response.msg);
}
})
})*/
},
loadCabinetInfos:function(idc){
if(!idc){