diff --git a/pages/admin/topic/bind/_topic_id.vue b/pages/admin/topic/bind/_topic_id.vue index e831404..7bb95a7 100644 --- a/pages/admin/topic/bind/_topic_id.vue +++ b/pages/admin/topic/bind/_topic_id.vue @@ -109,7 +109,6 @@ export default { }, mounted() { let _ts = this; - console.log(_ts.topic); if (!_ts.topic.idTopic) { _ts.$axios.$get('/api/admin/topic/detail/' + _ts.$route.params.topic_id).then(function (res) { _ts.$store.commit('topic/updateDetailData', res) diff --git a/pages/admin/topic/post/_topic_id.vue b/pages/admin/topic/post/_topic_id.vue index 64e645e..8659e2f 100644 --- a/pages/admin/topic/post/_topic_id.vue +++ b/pages/admin/topic/post/_topic_id.vue @@ -1,13 +1,303 @@ -