fix:I5LPR7

pull/66/head
李强 2022-08-13 23:38:20 +08:00
parent d1ced7d616
commit f2fcee28de
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.path}`] || ''
return `${stamp ? `__stamp-${stamp}-` : ''}${this.$route.path}`
const stamp = this.$route.meta[`__stamp-${this.$route.fullpath}`] || ''
return `${stamp ? `__stamp-${stamp}-` : ''}${this.$route.fullpath}`
},
/**
* @description 最外层容器的背景图片样式