k94314517
2024-05-31 594c49d5e36de3b8aea242612e730771e68fcbbc
h5/store/index.js
@@ -72,7 +72,7 @@
      // 清空所有缓存
      empty(state) {
         state.token = ''
         state.userInfo = ''
         state.userInfo = {}
         uni.removeStorageSync('userInfo')
         uni.removeStorageSync('token')
      }