asd123a20 3 лет назад
Родитель
Сommit
3d4d72f1b0
1 измененных файлов с 0 добавлено и 1 удалено
  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 });