Procházet zdrojové kódy

Change redirect url

sbkwgh před 8 roky
rodič
revize
512967ab9a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/routes/ThreadNew.vue

+ 1 - 1
src/components/routes/ThreadNew.vue

@@ -99,7 +99,7 @@
 					})
 				}).then(res => {
 					this.loading = false
-					this.$router.push(`/thread/${res.data.Thread.slug}/${res.data.Thread.id}`)
+					this.$router.push(`/thread/${res.data.Thread.slug}/${res.data.Thread.id}/0`)
 				}).catch(e => {
 					this.loading = false