Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.8

This commit is contained in:
zyh
2023-07-18 16:50:47 +08:00
9 changed files with 31 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ export default {
methods: {
init: function () {
const meta2dOptions = {
minScale: 0.25,
minScale: this.minScale,
maxScale: 2,
autoAnchor: false
}