Explorar o código

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

小莫唐尼 hai 1 ano
pai
achega
fade65397d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

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