worker路径修改
This commit is contained in:
@@ -462,7 +462,7 @@ export class MainComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
this.promise.postMessage(dynamicData);
|
this.promise.postMessage(dynamicData);
|
||||||
this.promise.onmessage = function (e) {
|
this.promise.onmessage = function (e) {
|
||||||
console.log('=====')
|
// console.log('=====')
|
||||||
this.combined_data = e.data;
|
this.combined_data = e.data;
|
||||||
this.selectChange('dynamic');
|
this.selectChange('dynamic');
|
||||||
// this.promise.terminate();
|
// this.promise.terminate();
|
||||||
|
|||||||
Reference in New Issue
Block a user