Commit 5d5e8b02 authored by 李苏's avatar 李苏 💬

注册固定路由

parent 1ec06af7
......@@ -2331,6 +2331,20 @@ export const powerRoutes=[
]
// 公共路由
export const constantRoutes = [
{
path:"/paper/:id",
component: () => import('@/views/train/testPaper/index.vue'),
// component:'train/testPaper/index',
hidden:true,
meta:{
"title": "考试试卷",
"icon": "",
"noCache": false,
"link": null,
"mkid":'test',
},
name:'paper',
},
{
path: '/redirect',
component: Layout,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment