公告板
版本库
filestore
活动
搜索
登录
web
/
app-web-examination-verify
考生、工作人员的h5核验页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化
wwf
2026-04-29
30111284f031900e7c910dcd4d68c8d9d1632e94
[web/app-web-examination-verify.git]
/
src
/
router
/
main
/
appraisalPlan
/
index.js
1
2
3
4
5
6
7
8
9
const appraisalPlan = [
{
path: 'appraisalPlan',
name: '评价计划',
component: () => import('@/views/main/appraisalPlan/index.vue'),
},
]
export default appraisalPlan