liujq 3 년 전
부모
커밋
92e2b82b8e
4개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.34662d66.js
  3. 0 0
      dist/static/js/app.3d6a8fb3.js
  4. 0 2
      src/router/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.34662d66.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.3d6a8fb3.js


+ 0 - 2
src/router/index.js

@@ -273,7 +273,6 @@ const getMenu = () => {
     let cObj = {
       path: item.path,
       component: Layout,
-      name: formatStr(item.path),
       meta: { title: item.name, icon: 'dashboard' },
     }
     if (item.children && item.children.length > 0) {
@@ -295,7 +294,6 @@ const getMenu = () => {
   })
 }
 getMenu()
-console.log(asyncRoutes)
 export const constantRoutes = [
   {
     path: '/login',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.