@@ -96,7 +96,7 @@ export default {
// 设置缩放比例
setScale() {
const width = document.documentElement.clientWidth
- if (width < 1590) {
+ if (width < 1620) {
this.mini = true
} else {
this.mini = false
@@ -124,7 +124,7 @@ export default {
this.dataType = tmp
}
this.$bus.on('sizeChange', res => {
- if (res < 1590) {
+ if (res < 1620) {