h***@126.com
h***@126.com
  • 发布:2022-03-18 11:15
  • 更新:2022-03-24 11:36
  • 阅读:650

cli 创建的vue+vite项目,uni.switchTab在chrome H5页面报错

分类:uni-app
/** 登录成功后跳转到首页 */  
  uni.switchTab({  
    url: "/pages/space",  
    success: () => toast("登录成功"),  
  });

页面是有的,保证是不会路径有错误的。

错误信息

vue-router.esm-bundler.js:2489 Uncaught (in promise) TypeError: api.now is not a function
at vue-router.esm-bundler.js:2489:31
at vue-router.esm-bundler.js:3296:37
at Array.forEach (<anonymous>)
at triggerError (vue-router.esm-bundler.js:3296:18)
at vue-router.esm-bundler.js:3037:17

具体地方:

2022-03-18 11:15 负责人:无 分享
已邀请:
h***@126.com

h***@126.com (作者)

错误信息
vue-router.esm-bundler.js:2489 Uncaught (in promise) TypeError: api.now is not a function
at vue-router.esm-bundler.js:2489:31
at vue-router.esm-bundler.js:3296:37
at Array.forEach (<anonymous>)
at triggerError (vue-router.esm-bundler.js:3296:18)
at vue-router.esm-bundler.js:3037:17

o***@petalmail.com

o***@petalmail.com

换一个router版本即可
npm i vue-router@4.0.11 --S

该问题目前已经被锁定, 无法添加新回复