Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H5端输入找不到的路由地址时怎么重定向到首页? #1743

Closed
liujiayan opened this issue Jun 1, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working completed 已完成

Comments

@liujiayan
Copy link

问题描述
[问题描述:尽可能简洁清晰地把问题描述清楚]

复现步骤
[复现问题的步骤]

  1. 启动 '...'
  2. 点击 '....'
  3. 查看

[或者可以直接贴源代码]

预期结果
[使用简洁清晰的语言描述你希望生效的预期结果]

实际结果
[这里请贴上你的报错截图或文字]

系统信息:

  • 发行平台: [如 微信小程序、H5平台、5+ App等]
  • 操作系统 [如 iOS 12.1.2、Android 7.0]
  • HBuilderX版本 [如使用HBuilderX,则需提供 HBuilderX 版本号]
  • uni-app版本 [如使用Vue-cli创建/运行项目,则提供npm run info的运行结果]
  • 设备信息 [如 iPhone8 Plus]

补充信息
[可选]
[根据你的分析,出现这个问题的原因可能在哪里?]

@liujiayan liujiayan changed the title H5 H5端输入找不到的路由地址时怎么重定向到首页? Jun 1, 2020
@fxy060608
Copy link
Collaborator

fxy060608 commented Jun 23, 2020

临时解决方案:
App.vue

onPageNotFound: [function(res) {// 目前版本有Bug,需要使用一个数组函数,后续版本不需要定义为数组
            console.log('onPageNotFound:', res)
        }]

@fxy060608 fxy060608 self-assigned this Jun 23, 2020
@fxy060608 fxy060608 added the bug Something isn't working label Jun 23, 2020
fxy060608 added a commit that referenced this issue Jun 23, 2020
@Otto-J Otto-J added the completed 已完成 label Jan 4, 2024
@Otto-J Otto-J closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed 已完成
Projects
None yet
Development

No branches or pull requests

3 participants