摘要: // 切换标签页后 关闭之前的标签页 let $route = this.$route; setTimeout(() => { this.$router.push({ path: '/admin/product/product_list' }); //this.$parent.$parent.$ch 阅读全文
posted @ 2021-12-30 16:43 古兴越 阅读(96) 评论(0) 推荐(0)