mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00: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: {
|
computed: {
|
||||||
...mapState('setting', ['isMobile', 'multiPage', 'animate']),
|
...mapState('setting', ['isMobile', 'multiPage', 'animate']),
|
||||||
desc() {
|
desc() {
|
||||||
return this.page.desc
|
return this.page?.desc
|
||||||
},
|
},
|
||||||
linkList() {
|
linkList() {
|
||||||
return this.page.linkList
|
return this.page?.linkList
|
||||||
},
|
},
|
||||||
extraImage() {
|
extraImage() {
|
||||||
return this.page.extraImage
|
return this.page?.extraImage
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user