fix: 修复启动页面无法正常启动问题

This commit is contained in:
小莫唐尼 2024-06-25 12:10:53 +08:00
parent a2bd2cc8ba
commit fade65397d

View File

@ -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'
});