Commit 88bd2a81 authored by 毛线's avatar 毛线

测试环境不缩放屏幕

parent 961983ea
...@@ -51,6 +51,9 @@ export default { ...@@ -51,6 +51,9 @@ export default {
} else { } else {
zoom = window.innerWidth / 1080 zoom = window.innerWidth / 1080
} }
if (process.env.NODE_ENV === 'development') {
return
}
this.SetZoom(zoom) this.SetZoom(zoom)
this.zoom = zoom this.zoom = zoom
}, },
......
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