|
@@ -235,7 +235,7 @@ const onSubmit = () => {
|
|
|
if (response.success) {
|
|
|
showTips.value = 'BIM' + t('common.syncSuccess')
|
|
|
setTimeout(() => {
|
|
|
- //window.location.href = window.location.href.replace('&adjust', '&split')
|
|
|
+ window.location.href = window.location.href.replace('&adjust', '&split')
|
|
|
}, 4000)
|
|
|
} else if (response.code == 4008) {
|
|
|
showLogin.value = true
|