fix: 取消h5端缩放
This commit is contained in:
parent
534c08d6eb
commit
893c9509ac
@ -44,7 +44,7 @@ export default {
|
||||
loading: null,
|
||||
enabledProjectV2: 1,
|
||||
isRouterAlive: true,
|
||||
zoomType: 0
|
||||
zoomType: 1
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
@ -70,7 +70,7 @@ export default {
|
||||
if (localStorage.getItem('systemInfo')) {
|
||||
this.zoomType = JSON.parse(localStorage.getItem('systemInfo')).zoomType
|
||||
}
|
||||
console.log(this.zoomType)
|
||||
console.log('this.zoomType',this.zoomType)
|
||||
if (this.zoomType != '1') {
|
||||
console.log(1)
|
||||
this.changePageSize()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user