欧勇 2019-02-20 18:07 采纳率: 0%
浏览 1233

在使用antd全家桶的进行开发的时候,link的时候url改变了。但是页面不刷新到我路由的页面

路由配置

routes: [
    {
      path: '/',
      component: '../layouts/UserLayout',
      routes: [
        { path: '/user', redirect: '../layouts/UserLayout' },
         { path: '/user/register', component: './User/Register' } 
        /* { path: '/user/login', component: './User/Login' },
        ,
        { path: '/user/register-result', component: './User/RegisterResult' }, */
      ],
    },
    {
    path: '/',
    component: '../layouts/Menu',
    routes: [
      {
        path: '/',
        component: 'survey',
      },
      {
        path: 'puzzlecards',
        component: './puzzlecards'
      },
      {
        path: 'list',
        component: './list'
      },
      {
        path: '/survey',
        component: 'survey'
      },
      {
        path: '/dashboard',
        routes: [
          { path: '/dashboard/analysis', component: 'Dashboard/Analysis' },
          { path: '/dashboard/monitor', component: 'Dashboard/Monitor' },
          { path: '/dashboard/workplace', component: 'Dashboard/Workplace' }
        ]
      }
    ]
  }]
<Link to = "/user/register">register now!</Link>
  • 写回答

0条回答 默认 最新

      报告相同问题?

      相关推荐 更多相似问题

      悬赏问题

      • ¥20 有ASP .NET MVC做的小说阅读网站吗?
      • ¥20 beeline客户端支持ipv6地址连接hive服务
      • ¥15 香农解码的代码问题,无法输出解码结果
      • ¥15 Python操作注册表
      • ¥45 入门级别的一段VUE前端拍照像后端发送请求的代码,帮排错
      • ¥15 anaconda打开spyder后一直闪退,不知道怎么办
      • ¥15 解决迷宫问题中无法运行的问题
      • ¥15 关于aspnetcore中使用mqttnet库的entire
      • ¥15 关于#python#的问题,请各位专家解答!
      • ¥100 关于远控软件的两个问题