jiangping
2024-09-02 843d0abd014ec20424844546fc57a9f976f366ba
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')
      }
   },