This website works better with JavaScript
Home
Explore
Help
Sign In
wangguoyu
/
uniProject
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
切换路径数量限制问题
wangxy
1 month ago
parent
df967724a6
commit
335480317b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
components/custom-tabbar/custom-tabbar-client.vue
+ 1
- 1
components/custom-tabbar/custom-tabbar-client.vue
View File
@@ -42,7 +42,7 @@
// 同页面不刷新
return;
}
- uni.
navigateTo
({url: path});
+ uni.
reLaunch
({url: path});
},
},
}