|
|
@@ -61,7 +61,7 @@ export default { |
|
|
|
}), |
|
|
|
locales () { return this.configs.locales; }, |
|
|
|
path () { return this.$route.path; }, |
|
|
|
isInRestoringMode () { return this.configs ? this.configs.isInRestoringStatus : undefined; } |
|
|
|
isInRestoringMode () { return this.configs ? this.configs.isWaitingRestoring : undefined; } |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
...mapActions({ clearAlert: 'alert/clear' }), |
|
|
|