zs hace 2 años
padre
commit
569f6a8b85
Se han modificado 1 ficheros con 0 adiciones y 103 borrados
  1. 0 103
      utils/dict.js

+ 0 - 103
utils/dict.js

@@ -5,109 +5,6 @@ export const system = [
     { title: '话题', normal: '/image/tabs/topic.png', active: '/image/tabs/topic_1.png', route: 'pages/topic/index', type: '0' },
     { title: '我的', normal: '/image/tabs/my.png', active: '/image/tabs/my_1.png', route: 'pages/my/index', type: '0' },
 ]
-// 我的页面,功能按钮
-// -1:管理员,0:普通用户,1:裁判用户
-export const myBtn = [
-    {
-        type: '-1',
-        btn: [
-            {
-                title: '用户管理',
-                route: 'user/index',
-                routeList: []
-            },
-            {
-                title: '赛事管理',
-                routeList: [
-                    { title: '信息管理', route: 'match/mess' },
-                    { title: '报名管理', route: 'match/sign' },
-                    { title: '组队信息管理', route: 'match/shteam' },
-                    { title: '赛事组管理', route: 'raceteam/index' },
-                    { title: '小组赛管理', route: 'race/index' },
-                    { title: '淘汰赛管理', route: 'eliminate/index' },
-                ]
-            },
-            {
-                title: '新闻管理',
-                routeList: [
-                    { title: '资讯信息管理', route: 'news/mess' },
-                    { title: '话题信息管理', route: 'topic/mess' },
-                ]
-            },
-            {
-                title: '订单管理',
-                route: 'order/index',
-                routeList: []
-            },
-            {
-                title: '字典管理',
-                routeList: [
-                    { title: '比赛项目管理', route: 'dictionary/project' },
-                    { title: '比赛场地管理', route: 'dictionary/address' },
-                ]
-            },
-            {
-                title: '账号管理',
-                routeList: [
-                    { title: '资料修改', route: 'setting/basic' },
-                    { title: '联系我们', route: 'setting/contact' },
-                ]
-            },
-        ]
-    },
-    {
-        type: '0',
-        btn: [
-            {
-                title: '我的赛事',
-                route: 'usermymatch/index',
-                routeList: []
-            },
-            {
-                title: '我的报名',
-                route: 'usermysign/index',
-                routeList: []
-            },
-            {
-                title: '组队信息',
-                route: 'usermyteam/index',
-                routeList: []
-            },
-            {
-                title: '我的订单',
-                route: 'usermyorder/index',
-                routeList: []
-            },
-            {
-                title: '账号管理',
-                routeList: [
-                    { title: '资料修改', route: 'setting/basic' },
-                    { title: '联系我们', route: 'setting/contact' },
-                ]
-            },
-        ]
-    },
-    {
-        type: '1',
-        btn: [
-            {
-                title: '我的赛事',
-                routeList: [
-                    { title: '小组赛管理', route: 'referee/group' },
-                    { title: '淘汰赛管理', route: 'referee/eliminate' },
-                ]
-            },
-            {
-                title: '账号管理',
-                routeList: [
-                    { title: '资料修改', route: 'setting/basic' },
-                    { title: '联系我们', route: 'setting/contact' },
-                ]
-            },
-        ]
-    }
-]
-];
 // 性别
 export const gender = [
     { label: '男', value: '0' },