yangan
2024-06-11 76d2de5bc3e7ee00ba5fd71959cd8389b7c75fce
utils/status.js
@@ -21,7 +21,9 @@
   })
}
export const redirectLogin = (path) => {
   let data=uni.getStorageSync('userList')?JSON.parse(uni.getStorageSync('userList')):[];
   uni.clearStorageSync();
   uni.setStorageSync("userList", JSON.stringify(data))
   uni.reLaunch({
      url: path || FailRedirect
   })