Commit 3f64db40 by 张超军

比例尺

parent 3bbf5338
......@@ -13523,15 +13523,13 @@
}, {
key: '_attachZoomEvents2',
value: function _attachZoomEvents2() {
// debugger
var zoom = this.getComponent(_consts.componentNames.ZOOM);
console.log(this.getComponent)
zoom.startHandMode();
}
}, {
key: '_attachZoomEvents3',
value: function _attachZoomEvents3() {
// debugger
var zoom = this.getComponent(_consts.componentNames.ZOOM);
zoom.endHandMode();
......@@ -13951,6 +13949,8 @@
value: function startHandMode() {
var zoom = this.getComponent(_consts.componentNames.ZOOM);
console.log(2222, zoom)
zoom.startHandMode();
}
......@@ -14057,6 +14057,8 @@
width: klass.width,
height: klass.height
});
// debugger
console.log(11111,this._canvas.centerObject)
this._canvas.centerObject(canvasImage);
} else {
this.adjustCanvasDimensionBase(this.canvasImage.scale(1));
......@@ -19945,6 +19947,7 @@
key: "adjustCanvasDimension",
value: function adjustCanvasDimension(type) {
if (type == 'rotate') {
console.log(this.graphics.adjustCanvasDimension)
this.graphics.adjustCanvasDimension(type);
} else {
this.graphics.adjustCanvasDimension();
<!--
* @Author: your name
* @Date: 2021-09-09 09:28:46
* @LastEditTime: 2021-11-06 16:12:46
* @LastEditTime: 2021-11-06 16:19:57
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\cxyrd\LTz.vue
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-11-06 11:27:26
* @LastEditTime: 2021-11-06 16:41:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -92,12 +92,12 @@ module.exports = {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://172.18.108.2:8099/", // 张 认定
// target: "http://192.168.128.112:8099", // 湖南-张
target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390/", // 湖南-线上
target: "http://www.meetfood.cn:2390/", // 湖南-线上
ws: true,
changeOrigin: true,
......
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