From ff30321c35c31e5968a41e839bca60b6e4db7b4a Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 25 三月 2024 17:38:31 +0800 Subject: [PATCH] 项目基础文件优化 --- assets/request/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/assets/request/index.js b/assets/request/index.js index 6320e10..f782c3a 100644 --- a/assets/request/index.js +++ b/assets/request/index.js @@ -38,7 +38,7 @@ } currentUrl = JSON.stringify(currentUrl) wx.reLaunch({ - url: urlargs ? '/pages/index/index?backUrl=' + encodeURIComponent(currentUrl) : '/pages/index/index' + url: urlargs ? '/pages/home/home?backUrl=' + encodeURIComponent(currentUrl) : '/pages/home/home' }) } } else { -- Gitblit v1.9.1