天天看点

[vue-router] Route with name ‘路由名称‘ does not exist,报错[vue-router] Route with name ‘ ‘ does not exist

[vue-router] Route with name ‘SetServerReceivingAddress’ does not exist

路由规则:

{
        path: '/system/setServerReceivingAddress',
        name: 'setServerReceivingAddress',
        component: SetServerReceivingAddress
      },      
{
            title: i18n.t('setServerReceivingAddress'),
            name: 'SetServerReceivingAddress',
            href: '/system/setServerReceivingAddress',
            enable: control.SYSTEM_NORMAL_PRINTER && !isSlave
          }

// 最后使用的时候是: $router.push('name')      

继续阅读