bases/Fetcher.js | ●●●●● patch | view | raw | blame | history |
bases/Fetcher.js
@@ -390,7 +390,7 @@ } // 在App中,跳转到首页取消登陆 if (project.appHybrid) { Taro.redirectTo({ url: '/pages/home/index/index?mode=logout' }); Taro.navigateTo({ url: '/pages/home/index/index?mode=logout' }); } return null; } else {