wolyshaw 3 years ago
parent
commit
5d8edcfe25
1 changed files with 1 additions and 1 deletions
  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,