mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-19 18:10:15 +09:00
fix: 修复启动页面无法正常启动问题
This commit is contained in:
parent
a2bd2cc8ba
commit
fade65397d
@ -25,7 +25,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
fnCheckShowStarted() {
|
||||
if (!this.configs.startConfig.enable) {
|
||||
if (!this.configs.startConfig.enabled) {
|
||||
uni.switchTab({
|
||||
url: '/pages/tabbar/home/home'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user