若依前后端分离,页面跳转路由不用登录

转 :若依前后端分离,页面跳转路由不用登录

 

   页面title

  {
    path: '/scoringChannel',
    component: () => import('@/views/mobile/scoringChannel'),
    hidden: true,
    meta: {
      title: '评分通道'
    }
  },

 

posted @ 2022-07-26 14:30  BBS_自律  阅读(825)  评论(0)    收藏  举报