We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72f54f commit 7152f5eCopy full SHA for 7152f5e
components/Page.vue
@@ -81,7 +81,8 @@ export default {
81
82
data () {
83
return {
84
- recoShow: false
+ recoShow: false,
85
+ isHasKey: true
86
}
87
},
88
@@ -154,7 +155,8 @@ export default {
154
155
return
156
157
- this.isHasKey = keys && keys.indexOf(sessionStorage.getItem('key')) > -1
158
+ this.isHasKey = keys && keys.indexOf(sessionStorage.getItem('pageKey')) > -1
159
+ this.$parent.isHasPageKey = this.isHasKey
160
161
162
methods: {
0 commit comments