wolyshaw 3 년 전
부모
커밋
5d8edcfe25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/components/training-photos/index.vue

+ 1 - 1
src/views/resetTeaming/components/training-photos/index.vue

@@ -111,7 +111,7 @@ export default {
     },
     toDetail(item) {
       this.$router.push({
-        path: '/business/photo-detail/' + item.id,
+        path: '/business/photo-detail/',
         query: {
           pid: item.id,
           returnUrl: this.$route.fullPath,