报错Property 'pushUrl' does not exist on type 'typeof router'.
已经导入了
import router from '@ohos.router'
但是查看了
这里面的router的api,发现里面并没有pushUrl,但是项目是9版本的。
以前是没问题的,可能是因为换了full SDK,中间出错导致。
还有很多import也出错。
ArkTS
import
赞
收藏 0
回答 1
待解决
相关问题
BuildProfile自定义字段报错:Property 'BUILD_VERSION' does not exist on type 'typeof BuildProfile'
365浏览 • 1回复 待解决
在DevEco Studio中出现The <form> component does not exist.报错信息
5886浏览 • 1回复 待解决
code:9568305 error: dependent module does not exist.
2359浏览 • 1回复 待解决
The <canvas> component does not exist.
7931浏览 • 3回复 待解决
HarmonyOS router.pushUrl跳转报100002
70浏览 • 1回复 待解决
错误码9568305怎么处理,安装hap时报错:dependent module does not exist
851浏览 • 1回复 待解决
启动UIAbility报The specified ability does not exist 错误是什么原因?
241浏览 • 1回复 待解决
XTS测试 acts 提示 required device does not exist
9415浏览 • 4回复 待解决
router.pushUrl 无法使用Map类型参数
160浏览 • 1回复 待解决
router.pushUrl是否无法使用Map类型参数
398浏览 • 1回复 待解决
HarmonyOS代码报错 cannot read property aboutToRender of undefined
134浏览 • 1回复 待解决
HarmonyOS router.pushUrl(), HSP打开新的页面的时候,moduleName不对的情况下,不报错
130浏览 • 1回复 待解决
router.pushUrl()页面跳转后使用router.clear()导致屏幕白一下
750浏览 • 0回复 待解决
router.pushUrl(NavPathStack) 透传给 Navigation 组件,页面存在卡死的问题
1765浏览 • 1回复 待解决
router.pushUrl()当url不存在的时候,如何判断跳转失败
1713浏览 • 1回复 待解决
启动UIAbility时报错:must have required property 'startWindowIcon'
1586浏览 • 1回复 待解决
启动UIAbility时报错:must have required property 'startWindowIcon
1577浏览 • 1回复 待解决
HarmonyOS router无法跳转,并报错。
95浏览 • 1回复 待解决
entry和hsp分属两个不同工程,安装时报dependent module does not exist.错误
1477浏览 • 1回复 待解决
通过router.pushUrl启动一个页面能传递一个回调函数吗?
184浏览 • 1回复 待解决
今天遇到
同样的问题,求解