Przeglądaj źródła

modified: src/views/org.vue

asd123a20 2 lat temu
rodzic
commit
3d4d72f1b0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/views/org.vue

+ 0 - 1
src/views/org.vue

@@ -43,7 +43,6 @@ export default {
     this.code = this.$route.params.code;
     // 顶级菜单参数
     this.parentCode = this.$route.query.parentCode;
-    console.log(this.code, 'this.code');
     await this.filterQuery();
     // 获取一例菜单
     this.menu = this.$setChildrenSession({ menus: this.menusall, iscode: this.parentCode });