2 커밋 a295d580ca ... 822c58d670

작성자 SHA1 메시지 날짜
  liyangbin 822c58d670 feat:三轮修复 4 달 전
  liyangbin a295d580ca feat:三轮修复 4 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Product/Index.vue

+ 1 - 1
src/views/Product/Index.vue

@@ -57,13 +57,13 @@ const freeTry = () => {
         duration: 5000,
         message: res.data.message
       })
-      window.location.href = '/product'
     } else {
       proxy.$message({
         duration: 5000,
         message: 'Trial Successfully',
         type: 'success'
       })
+      window.location.href = '/product'
       isOwnTry()
     }
   })