公告板
版本库
filestore
活动
搜索
登录
web
/
app-web-examination-verify
考生、工作人员的h5核验页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目复制
wwf
16 小时以前
e1b028d486713eaf55aaf35fbf334aa568059c0d
[web/app-web-examination-verify.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