chenrui  3 년 전
부모
커밋
899c016203
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/components/ToolBar/index.vue

+ 0 - 1
src/layout/components/ToolBar/index.vue

@@ -45,7 +45,6 @@ export default {
   created() {
     const path = this.$route.path;
     const pathArr = path.split("/");
-    console.log(path);
     if (pathArr.length > 2) {
       //子路由
       const name = pathArr[pathArr.length - 2];