From 103acf95c5e1ac9fa4f0e90e850935ab2fe4af79 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 5 Aug 2026 13:53:33 +0800 Subject: [PATCH] 1 --- common/ieRealNameAuth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/ieRealNameAuth.js b/common/ieRealNameAuth.js index d8ccbf9..a453d7b 100644 --- a/common/ieRealNameAuth.js +++ b/common/ieRealNameAuth.js @@ -345,8 +345,8 @@ function needsProfileSetup(profile) { function goProfileSetup() { uni.navigateTo({ - url: '/package1/ieBrowser/profileSetup', - fail: () => uni.redirectTo({ url: '/package1/ieBrowser/profileSetup' }) + url: '/package4/ieBrowser/profileSetup', + fail: () => uni.redirectTo({ url: '/package4/ieBrowser/profileSetup' }) }) }