Technology Sharing

Hongmeng development: a small bug every day ---- Hongmeng development routing jump pit

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

I. Introduction

The error message shows that the page cannot be found, so we must have written it incorrectly!

There may be several reasons:

1. main_pages.json does not configure routing

  1. {
  2. "src": [
  3. "pages/02/UserInfoClass",
  4. "pages/02/AppStorageCase02"
  5. ]
  6. }


2. The jump path is not written correctly
 

mistake:



correct:

Don't add / in front of the URL.
 

If you find it useful please like  +collect  +  Comment!!!