|
@@ -4,13 +4,13 @@ export const system = [
|
|
{ title: '资讯', normal: '/image/tabs/news.png', active: '/image/tabs/news_1.png', route: 'pages/news/index', type: '0' },
|
|
{ title: '资讯', normal: '/image/tabs/news.png', active: '/image/tabs/news_1.png', route: 'pages/news/index', type: '0' },
|
|
{ title: '话题', normal: '/image/tabs/topic.png', active: '/image/tabs/topic_1.png', route: 'pages/topic/index', type: '0' },
|
|
{ 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' },
|
|
{ title: '我的', normal: '/image/tabs/my.png', active: '/image/tabs/my_1.png', route: 'pages/my/index', type: '0' },
|
|
-]
|
|
|
|
|
|
+];
|
|
// 性别
|
|
// 性别
|
|
export const gender = [
|
|
export const gender = [
|
|
{ label: '男', value: '0' },
|
|
{ label: '男', value: '0' },
|
|
{ label: '女', value: '1' },
|
|
{ label: '女', value: '1' },
|
|
{ label: '未知', value: '2' },
|
|
{ label: '未知', value: '2' },
|
|
-]
|
|
|
|
|
|
+];
|
|
// 我的页面,功能按钮
|
|
// 我的页面,功能按钮
|
|
// -1:管理员,0:普通用户,1:裁判用户
|
|
// -1:管理员,0:普通用户,1:裁判用户
|
|
export const myBtn = [
|
|
export const myBtn = [
|
|
@@ -96,4 +96,4 @@ export const myBtn = [
|
|
},
|
|
},
|
|
]
|
|
]
|
|
}
|
|
}
|
|
-]
|
|
|
|
|
|
+];
|