xzw 11 months ago
parent
commit
c425f52262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/header/index.vue

+ 1 - 1
src/components/header/index.vue

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