4 次代碼提交 bb84fe7482 ... 2327936aef

作者 SHA1 備註 提交日期
  liyangbin 2327936aef Merge branch 'feature/v3.0' into preparing 4 月之前
  liyangbin 822c58d670 feat:三轮修复 4 月之前
  liyangbin bb84fe7482 Merge branch 'feature/v3.0' into preparing 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()
     }
   })