@@ -194,7 +194,11 @@ export default {
logoutFn() {
uni.clearStorageSync()
// #ifdef H5
- location.reload()
+ // location.reload()
+ this.$util.pageTo({
+ url: '/pages/home/index',
+ type: 4
+ })
// #endif
// #ifndef H5
this.$util.pageTo({