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