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:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user