Commit 9b61839d by niuxiaolin

latest ui 08/09/2019 17:18:20

parent fdefc12c
......@@ -223,7 +223,7 @@ export class MainComponent implements OnInit {
// setTimeout(() => {
this.loadPolys(res,false);
//}, 5000);
setTimeout(() => {
// setTimeout(() => {
this.http.get<any>(this.s.basePath + "/mapLable/list").subscribe(res => {
// this.maplabes = res.data;
//加载labels
......@@ -231,7 +231,7 @@ export class MainComponent implements OnInit {
this.loadLabels(res.data);
//}, 5000);
});
}, 2000);
// }, 200);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment