chenrui  3 năm trước cách đây
mục cha
commit
899c016203
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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];