瀏覽代碼

Change redirect url

sbkwgh 8 年之前
父節點
當前提交
512967ab9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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