报错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'
634浏览 • 1回复 待解决
如何解决编译报错“Property xxx does not exist on type 'typeof BuildProfile'
2617浏览 • 1回复 待解决
HarmonyOS router pushUrl报错
460浏览 • 1回复 待解决
在DevEco Studio中出现The <form> component does not exist.报错信息
6288浏览 • 1回复 待解决
The <canvas> component does not exist.
8308浏览 • 3回复 待解决
code:9568305 error: dependent module does not exist.
2867浏览 • 1回复 待解决
HarmonyOS router.pushUrl跳转报100002
424浏览 • 1回复 待解决
错误码9568305怎么处理,安装hap时报错:dependent module does not exist
1283浏览 • 1回复 待解决
XTS测试 acts 提示 required device does not exist
9856浏览 • 4回复 待解决
router.pushUrl 无法使用Map类型参数
383浏览 • 1回复 待解决
启动UIAbility报The specified ability does not exist 错误是什么原因?
595浏览 • 1回复 待解决
router.pushUrl是否无法使用Map类型参数
657浏览 • 1回复 待解决
router的pushUrl、back等方法能否关闭转场动画?
201浏览 • 1回复 待解决
HarmonyOS代码报错 cannot read property aboutToRender of undefined
410浏览 • 1回复 待解决
router.pushUrl()页面跳转后使用router.clear()导致屏幕白一下
1008浏览 • 0回复 待解决
HarmonyOS router.pushUrl(), HSP打开新的页面的时候,moduleName不对的情况下,不报错
383浏览 • 1回复 待解决
router.pushUrl(NavPathStack) 透传给 Navigation 组件,页面存在卡死的问题
2102浏览 • 1回复 待解决
编译出来的release包,安装的时候提示dependent module does not exist
209浏览 • 1回复 待解决
router.pushUrl()当url不存在的时候,如何判断跳转失败
2074浏览 • 1回复 待解决
请问router.pushUrl跳转到的子界面是否自带顶部导航栏?
203浏览 • 1回复 待解决
今天遇到
同样的问题,求解