公告板
版本库
filestore
活动
搜索
登录
谭勇
/
JNPF_ITMS_Web
培训系统前端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Feat: 前端定制化开发页面代码提交
liuyu
4 小时以前
82a74ba0402ab546ba524d23ce62198c4d00d2f7
[~tanyong/JNPF_ITMS_Web.git]
/
apps
/
jnpf-web-apps-main
/
src
/
router
/
routes
/
modules
/
tmsOnlineExam.ts
1
2
3
4
5
6
7
8
9
10
11
import type { RouteRecordRaw } from 'vue-router';
/**
* 在线考试(我的试卷)可由后台菜单挂载:
* 路由地址 /tms/onlineExam
* 页面地址 x/tms/onlineExam/index
* 答题页 / 详情页已挂 basicRoutes
*/
const tmsOnlineExamRoutes: RouteRecordRaw[] = [];
export default tmsOnlineExamRoutes;