@@ -87,7 +87,7 @@ export default new Router({
},
children: [{
path: 'list',
- name: 'list',
+ name: 'companyList',
component: () =>
import('@/views/company/index'),
meta: {
@@ -732,7 +732,7 @@ export default {
this.$router.push({ path: '/zhaoshang/list' })
break
case 7:
- this.$router.push({ name: 'companyDetail', params: ac })
+ this.$router.push({ name: 'companyList', params: ac })
}
myBus.$emit('reMenu', true)