浏览代码

更改路由

lrf402788946 5 年之前
父节点
当前提交
fed949c7f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/classes/index.vue

+ 1 - 1
src/views/classes/index.vue

@@ -50,7 +50,7 @@ export default {
       }
     },
     toEdit({ data }) {
-      this.$router.push({ path: '/classes/detail', query: { id: data.id } });
+      this.$router.push({ path: '/classes/name/list', query: { id: data.id } });
     },
   },
 };