1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 20:29:28 +08:00

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

This commit is contained in:
小莫唐尼
2024-06-25 12:10:53 +08:00
parent a2bd2cc8ba
commit fade65397d
+1 -1
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'
});