guhongwei 3 years ago
parent
commit
59f0d8576b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/patentnav/detail.vue

+ 1 - 1
src/views/patentnav/detail.vue

@@ -103,7 +103,7 @@ export default {
 
     // 返回列表
     back() {
-      this.$router.push({ path: '/dimension' });
+      this.$router.push({ path: '/patentnav' });
     },
     // 图片上传
     uploadSuccess({ type, data }) {