jiangping
2024-08-26 e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7
h5/store/index.js
@@ -71,7 +71,7 @@
         state.sessionKey = val
         uni.setStorageSync('sessionKey', val)
      },
      // 清空所有缓存
      // 清空登录缓存
      empty(state) {
         state.token = ''
         state.userInfo = {}