This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wangguoyu
/
uniProject
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
切换路径数量限制问题
wangxy
1 mese fa
parent
df967724a6
commit
335480317b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
components/custom-tabbar/custom-tabbar-client.vue
+ 1
- 1
components/custom-tabbar/custom-tabbar-client.vue
Vedi File
@@ -42,7 +42,7 @@
// 同页面不刷新
return;
}
- uni.
navigateTo
({url: path});
+ uni.
reLaunch
({url: path});
},
},
}