提交 0c361c2d 编写于 作者: C colynn.liu

clean&mg mounted func

上级 17014e2e
......@@ -224,12 +224,10 @@
created() {},
mounted() {
backend.getCompileEnvAll((data) => {
if(data){
this.compileEnvs = data;
}
if(data){
this.compileEnvs = data;
}
});
},
mounted() {
this.getRepos();
},
methods: {
......
......@@ -100,9 +100,6 @@ export default {
this.compileEnvs = data;
}
});
},
mounted() {
},
methods: {
handleSelect(index) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册