公告板
版本库
filestore
活动
搜索
登录
web
/
app-web-examination-home
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
考点核验
wwf
5 天以前
9a6cd220224fd3a9a6c84b5bb37c6410a470969f
[web/app-web-examination-home.git]
/
src
/
router
/
main
/
certificate
/
index.js
1
2
3
4
5
6
7
8
9
const certificate = [
{
path: 'certificate',
name: '证书查询',
component: () => import('@/views/main/certificate/index.vue'),
},
]
export default certificate