浏览代码

菜单调整

梁展鹏 3 年之前
父节点
当前提交
f641c6f210
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/router/index.js

+ 9 - 9
src/router/index.js

@@ -260,6 +260,15 @@ export const constantRoutes = [
           title: '用户资金明细'
           // icon: 'tree'
         }
+      },
+      {
+        path: 'PointsSetting',
+        name: '积分设置',
+        component: () => import('@/views/pointsManagement/pointsSetting/index'),
+        meta: {
+          title: '积分设置'
+          // icon: 'tree'
+        }
       }
     ]
   },
@@ -282,15 +291,6 @@ export const constantRoutes = [
           title: '积分明细'
           // icon: 'table'
         }
-      },
-      {
-        path: 'PointsSetting',
-        name: '积分设置',
-        component: () => import('@/views/pointsManagement/pointsSetting/index'),
-        meta: {
-          title: '积分设置'
-          // icon: 'tree'
-        }
       }
     ]
   },