欧勇 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条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 用PLC设计纸袋糊底机送料系统
    • ¥15 simulink仿真中dtc控制永磁同步电机如何控制开关频率
    • ¥15 用C语言输入方程怎么
    • ¥15 网站显示不安全连接问题
    • ¥15 github训练的模型参数无法下载
    • ¥15 51单片机显示器问题
    • ¥20 关于#qt#的问题:Qt代码的移植问题
    • ¥50 求图像处理的matlab方案
    • ¥50 winform中使用edge的Kiosk模式
    • ¥15 关于#python#的问题:功能监听网页