feat:保存缩放级别 以及部分国际化

This commit is contained in:
zhangyu
2020-09-03 09:51:50 +08:00
parent f481534c1d
commit 3f1b0923c2
7 changed files with 76 additions and 37 deletions

View File

@@ -67,7 +67,6 @@
this.$get('/module',{id:this.moduleId}).then(res=>{
this.loading=false;
this.moduleInfo=res.data.list[0];
console.log(this.moduleInfo,this.projectId);
})
},
methods:{},