!67 update web/src/layout/header-aside/layout.vue.

Merge pull request !67 from thu_renyi/N/A
pull/68/MERGE
dvadmin 2022-08-14 08:15:21 +00:00 committed by Gitee
commit 1dbb58f369
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ export default {
routerViewKey () {
// key __transition-n-/foo
// key __transition-n-__stamp-time-/foo
const stamp = this.$route.meta[`__stamp-${this.$route.fullpath}`] || ''
return `${stamp ? `__stamp-${stamp}-` : ''}${this.$route.fullpath}`
const stamp = this.$route.meta[`__stamp-${this.$route.fullPath}`] || ''
return `${stamp ? `__stamp-${stamp}-` : ''}${this.$route.fullPath}`
},
/**
* @description 最外层容器的背景图片样式