重定向和别名

Posted 啊友的前端历程

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重定向和别名相关的知识,希望对你有一定的参考价值。

new router({

  routes:[

    {

      path: ‘/‘,

      conponent: home,

      name: ‘Home‘,

      alias: ‘/index‘

    },{

      path: ‘/about‘,

      conponent: about,

      name: ‘About‘, 

    },{

      path: ‘/document‘,

      conponent: document,

      name: ‘Document‘, 

    },{

      path: ‘*‘,

      // redirect: home  组件方式重定向

      // redirect: ‘Home‘   别名方式重定向

      // redirect: ‘/‘

      //redirect (to) =>{
        if(to.path===‘/123‘){

          to.path=‘/‘

         }else{

          to.path=‘/about‘

          }
      }  

    },

  ]

})

以上是关于重定向和别名的主要内容,如果未能解决你的问题,请参考以下文章

重定向和别名

Vue 重定向和别名

重定向指令是不是覆盖配置的别名

Shell编程Shell中Bash基本功能

Shell编程Shell中Bash基本功能

cloudfront 重定向到源而不是别名