1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Deleted the pageModule Field from the Routing Table Configuration File
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci**Access Level**
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ciPublic API
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci**Reason for Deletion**
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ciIn the overall routing table solution design, the **pageModule** field is not required in the routing table configuration file **routerMap.json**. Therefore, this field is deleted.
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**Change Impact**
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ciThis change is a non-compatible change. If the **pageModule** field is configured in the routing table configuration file, the JSON schema verification fails, causing the build to fail. The build also fails if the **pageModule** field in the **RouterItem** struct is used, which is defined in the **HapModuleInfo.d.ts** file of the bundle manager module.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci**API Level**
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci12
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ci**Change Since**
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ciOpenHarmony SDK 5.0.0.20
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ci**Key API/Component Changes**
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ciThe **pageModule** field is deleted from the route table configuration file **routerMap.json**, and the **pageModule** field is deleted from the **RouterItem** struct in the **HapModuleInfo.d.ts** file.
28e41f4b71Sopenharmony_ci
29e41f4b71Sopenharmony_ci**Adaptation Guide**
30e41f4b71Sopenharmony_ci
31e41f4b71Sopenharmony_ciDelete the **pageModule** field from the route table configuration file, and delete the **pageModule** field from the **RouterItem** struct.
32