@@ -61,7 +61,7 @@ export default [{
subs: [
{
title: '认证产品',
- path: 'check_pro',
+ path: 'cert_pro',
},
]
},]
@@ -87,7 +87,7 @@ export default {
methods: {
clickCtrl(item, index) {
this.$router.push({
- path: 'check_edit',
+ path: '/main/cert_edit',
query: {
id: item.id
}