Commit 01a05064 by niuxiaolin

latest ui 08/12/2019 11:19:06

parent 260aa9e4
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
], ],
"scripts":[ "scripts":[
"src/assets/GeoUtils.js",
"src/assets/mapv.js"
], ],
"es5BrowserSupport": true "es5BrowserSupport": true
}, },
......
...@@ -127,7 +127,7 @@ export class MainComponent implements OnInit { ...@@ -127,7 +127,7 @@ export class MainComponent implements OnInit {
} }
others() { others() {
this.dynamicScriptLoader.load('drawing').then(data => { this.dynamicScriptLoader.load('drawing','geouti','mapv').then(data => {
//显示编辑按钮 //显示编辑按钮
(window as any).main_this.route.queryParamMap.subscribe(queryParams => { (window as any).main_this.route.queryParamMap.subscribe(queryParams => {
...@@ -375,7 +375,7 @@ export class MainComponent implements OnInit { ...@@ -375,7 +375,7 @@ export class MainComponent implements OnInit {
(window as any).xiaolinMouseWheel(this.wheelEvent); (window as any).xiaolinMouseWheel(this.wheelEvent);
(window as any).xiaolinMouseWheel(this.wheelEvent); (window as any).xiaolinMouseWheel(this.wheelEvent);
(window as any).xiaolinMouseWheel(this.wheelEvent);
}, 500); }, 500);
obj.hadZoom=true; obj.hadZoom=true;
// setTimeout(() => { // setTimeout(() => {
......
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