付延余
2022-12-19 7d83f377e7f53e60b2486edbbcbe2c5b8bda25f8
utils/status.js
@@ -16,7 +16,7 @@
export const setRefreshToken = SetStorage(refresh_token);
export const setScope = SetStorage(scope)
export const redirectHome = (path) => {
   uni.reLaunch({
   uni.switchTab({
      url: path || SuccessRedirect
   })
}