mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
improve performance
This commit is contained in:
+3
-1
@@ -53,7 +53,9 @@ export default {
|
|||||||
view: {
|
view: {
|
||||||
animate: self.$settings.isEnableAnimate(),
|
animate: self.$settings.isEnableAnimate(),
|
||||||
pushState: !self.isiOSHomeScreenMode(),
|
pushState: !self.isiOSHomeScreenMode(),
|
||||||
pushStateAnimate: false
|
pushStateAnimate: false,
|
||||||
|
iosSwipeBackAnimateShadow: false,
|
||||||
|
mdSwipeBackAnimateShadow: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user