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',

部分文件因文件數量過多而無法顯示