Commit f0556b20 authored by 罗新东's avatar 罗新东

修复了矩阵式定级的路由错误

parent 7be65abb
Pipeline #7275 passed with stage
in 9 seconds
......@@ -647,6 +647,16 @@ const routes = [{
},
component: () => import('@/views/my/resetPas')
},
{
path: '/matrix-grad',
name: 'matrix-grad',
meta: {
title: '矩阵式定级',
index: 1
},
component: () => import('@/views/risk/riskAdd/matrixGrad/index')
},
// matrix-grad
]
const router = new VueRouter({
......
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