收藏
回答

页面跳转时在写入的URL前加路径,并报错page not found?

代码

  tonext(){

    console.log('tonexttest')

    wx.navigateTo({

      url: `src/views/scanrecord/scanrecord?eid=`+1,

      fail(res){

        console.log(res)

      }

      })

  }

在APP.JSON中已声明要路转的页面

  "pages": [

    "src/views/index/index",

    "src/views/scanrecord/scanrecord",

    "src/views/mine/mine" 

  ],

运行时报错

{errMsg: "navigateTo:fail page "src/views/index/src/views/scanrecord/scanrecord?eid=1" is not found"}

看到前面加了 ‘src/views/index’ 这是为什么

另外使用redirectTO也是一样的情况

不是TAB页面


回答关注问题邀请回答
收藏

1 个回答

  • 徐子翔
    徐子翔
    2021-03-21

    已解决,忘记加"/"了

    2021-03-21
    有用
    回复
登录 后发表内容
问题标签