|
@@ -90,6 +90,9 @@ export default {
|
|
}),
|
|
}),
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
+ if(window?.history?.scrollRestoration) {
|
|
|
|
+ window.history.scrollRestoration = 'manual';
|
|
|
|
+ }
|
|
// 埋点本地化
|
|
// 埋点本地化
|
|
this.preUrl = uni.getStorageSync('previousUrl');
|
|
this.preUrl = uni.getStorageSync('previousUrl');
|
|
this.$store.dispatch('invoice/init')
|
|
this.$store.dispatch('invoice/init')
|