This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wangguoyu
/
uniProject
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
切换路径数量限制问题
wangxy
hace 1 mes
padre
df967724a6
commit
335480317b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
components/custom-tabbar/custom-tabbar-client.vue
+ 1
- 1
components/custom-tabbar/custom-tabbar-client.vue
Ver fichero
@@ -42,7 +42,7 @@
// 同页面不刷新
return;
}
- uni.
navigateTo
({url: path});
+ uni.
reLaunch
({url: path});
},
},
}