报错:Failed to load the content. Cause: {“code”:401}
windowStage.loadContent('pages/NavigationPage', (err, data) => {
windowStage?.getMainWindowSync()?.setWindowLayoutFullScreen(true); // 界面沉浸式
if (err.code) {
hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
return;
}
hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? '');
});
main\_pages.json 中文件路由缺失,参考如下:
注意:main\_pages.json文件中文件路径不可缺失