jiangping
2024-09-09 c47f7b9c4899036c52ad0e4f46c4aff7102110bc
h5/store/index.js
@@ -82,7 +82,9 @@
      empty(state) {
         state.token = ''
         state.userInfo = {}
         state.driverInfo = {}
         uni.removeStorageSync('userInfo')
         uni.removeStorageSync('driverInfo')
         uni.removeStorageSync('token')
      }
   },