pages/video/video-edit.vue
@@ -674,10 +674,10 @@ this.tagInput = ''; this.recommendedTags = []; // TODO 先跳首页,后面跳我的视频页面 // 跳我的视频页面 setTimeout(() => { uni.switchTab({ url: '/pages/tabbar/index/home' uni.navigateBack({ delta: 1 }); }, 1500); })