目錄: entry -> src -> main -> ets -> entryability -> EntryAbilityts檔案
修改 windowStage.loadContent 設定路徑 :
windowStage.loadContent('pages/navigations/MainPage', (err, data) => { 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) ?? ''); });