Commit 44329709 authored by zhengke's avatar zhengke

修改

parent 52707802
......@@ -85,7 +85,8 @@
export default {
provide() {
return {
loadConfigInfo: this.firstLoadConfigInfo
loadConfigInfo: this.firstLoadConfigInfo,
reload:this.reload
}
},
data() {
......@@ -821,7 +822,12 @@
updated: function () {
this.MsgBus.$emit('FeatureDataFlag');
},
watch: {},
watch: {
// 方法1
'$route' (to, from) { //监听路由是否变化
location.reload()
},
},
mounted() {
this.ScrollMethod();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment