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) {
     toDetail(item) {
       this.$router.push({
       this.$router.push({
-        path: '/business/photo-detail/' + item.id,
+        path: '/business/photo-detail/',
         query: {
         query: {
           pid: item.id,
           pid: item.id,
           returnUrl: this.$route.fullPath,
           returnUrl: this.$route.fullPath,