xzw 11 ماه پیش
والد
کامیت
c425f52262
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/header/index.vue

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

@@ -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