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()
     }
   })