liujq 3 years ago
parent
commit
92e2b82b8e
4 changed files with 0 additions and 2 deletions
  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

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.34662d66.js


File diff suppressed because it is too large
+ 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',

Some files were not shown because too many files changed in this diff