diff --git a/utils/common.js b/utils/common.js index 4b48d82..65db516 100644 --- a/utils/common.js +++ b/utils/common.js @@ -69,7 +69,7 @@ let data = { let that = this; if (!uni.getStorageSync("apply-token")) { uni.reLaunch({ - url: '/pages/login/index?path=' + that.getPath().path + '&level=' + that.getPath().level + url: '/pages/login/index?path=/' + that.getPath().path + '&level=' + that.getPath().level }); return false; } else {