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