为了账号安全,请及时绑定邮箱和手机立即绑定

nuxt.js 怎样配置路由带参?

nuxt.js 怎样配置路由带参?

慕森卡 2018-10-24 10:20:26
nuxt.config.js覆写router:module.exports = {   router: {     base: '/',     routes: [       {        name: 'index',        path: '/',         component: 'pages/index.vue'       },       {        name: 'test',        path: '/test(.*?)?', //path: '/test(.*?)?',         component: 'pages/test'       },       {        name: 'testtwo',        path: '/testtwo',         component: 'pages/testtwo'       }     ],   } }目的想配置可以解析路由上的任意多个params,但是:localhost:3000/test/1 就报找不到页面,
查看完整描述

1 回答

?
繁花如伊

TA贡献2012条经验 获得超12个赞

参考一下官方文档,里面介绍的很详细路由

查看完整回答
反对 回复 2018-10-24
  • 1 回答
  • 0 关注
  • 1568 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信