|
|
|
@ -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' }) |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
|