付延余
2022-09-07 513be798a677672644770e2b2f7025b6d4d20414
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
   })
}