fix:I5LPR7
parent
d1ced7d616
commit
f2fcee28de
|
@ -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 最外层容器的背景图片样式
|
||||
|
|
Loading…
Reference in New Issue