From 34b483f970189ec36d0e915310841f5e31e02690 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 5 Jun 2025 19:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {