梁展鹏 3 lat temu
rodzic
commit
f641c6f210
1 zmienionych plików z 9 dodań i 9 usunięć
  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'
-        }
       }
     ]
   },