1.直接在pages文件底下去新增页面
2.去查看.nuxt底下的路由router.js,可以在浏览器地址输入,得到对应的显示

routes: [{
    path: "/autoindex",
    component: _14ea0b46,
    name: "autoindex"
  }, {
    path: "/",
    component: _43ae942c,
    name: "index"
  }],

地址栏输入
http://localhost:3000/autoindex

posted on 2020-03-17 13:15  周小姐你好  阅读(1075)  评论(0编辑  收藏  举报