mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27:06 +08:00
fix: Fixed page refresh loading exception issue; 🐛
修复:修复页面刷新加载时异常问题;
This commit is contained in:
parent
17e41ce1fc
commit
60be8cf4ec
@ -25,13 +25,13 @@ export default {
|
||||
computed: {
|
||||
...mapState('setting', ['isMobile', 'multiPage', 'animate']),
|
||||
desc() {
|
||||
return this.page.desc
|
||||
return this.page?.desc
|
||||
},
|
||||
linkList() {
|
||||
return this.page.linkList
|
||||
return this.page?.linkList
|
||||
},
|
||||
extraImage() {
|
||||
return this.page.extraImage
|
||||
return this.page?.extraImage
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user