fix: solve the cache problem in multi tabs mode; 🐛
修复: 解决多页签模式下的内存泄露问题;
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import ExceptionPage from '@/components/exception/ExceptionPage'
|
||||
import {mapState} from 'vuex'
|
||||
export default {
|
||||
name: 'Exp403',
|
||||
components: {ExceptionPage},
|
||||
inject: ['layoutMinHeight'],
|
||||
computed: {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
import ExceptionPage from '@/components/exception/ExceptionPage'
|
||||
import {mapState} from 'vuex'
|
||||
export default {
|
||||
name: 'Exp404',
|
||||
components: {ExceptionPage},
|
||||
inject: ['layoutMinHeight'],
|
||||
computed: {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
import ExceptionPage from '@/components/exception/ExceptionPage'
|
||||
import {mapState} from 'vuex'
|
||||
export default {
|
||||
name: 'Exp500',
|
||||
components: {ExceptionPage},
|
||||
inject: ['layoutMinHeight'],
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user