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