mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 11:06:36 +08:00
commit:1.6版本同步
This commit is contained in:
@@ -263,6 +263,9 @@ const cachePageMixin = {
|
||||
created () {
|
||||
this.addCachePage(this.$options.name);
|
||||
},
|
||||
mounted () {
|
||||
this.$route.meta.refresh = false;
|
||||
},
|
||||
activated () {
|
||||
if (this.$route && this.$route.meta && this.$route.meta.refresh) {
|
||||
this.onResume();
|
||||
|
||||
Reference in New Issue
Block a user