PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -56,7 +56,8 @@ } clkItem(loopIndex: number, realIndex: number) { this.$router.push('/agentInfo'); const agentNo = this.agents[realIndex].agentNo; this.$router.push(`/agentInfo/${agentNo}`); console.log(loopIndex, realIndex, 'clkItem') }