Page routing update method, device, electronic device and storage medium
By obtaining the storage location and path information of the page template, determining the routing generation rules and updating the page routing table, the problem of page template access abnormalities is solved, and normal access to page templates and avoiding conflicts between collaboration.
Patent Information
- Application Number
- CN202111366497.5
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2021-11-18
- Publication Date
- 2025-08-12
- Estimated Expiration
- 2041-11-18
AI Technical Summary
In the prior art, mis-spelling of page templates leads to abnormal access to page templates, especially when multiple people collaborate, it is easy to cause conflicts.
By obtaining the storage location information of the page template to be inserted, determining the root directory, obtaining the path information and names of all page templates in the root directory, determining the routing generation rules based on the page template name, adjusting the path information and updating the page routing table.
Avoid routing typos during manual maintenance, ensure normal access to page templates, and reduce conflicts caused by multi-person collaboration.
Smart Images

Figure CN114036440B_ABST
Abstract
Description
Technical Field
[0001] The present invention relates to the technical field of routing updates, and in particular to a method, device, electronic device, and storage medium for updating page routing. Background Art
[0002] With the development of the Internet, web page development technology has also developed rapidly, especially the development of large-scale SPA (Single Page Application) projects. SPA projects implement page switching operations through routing.
[0003] In the prior art, routes are managed through a route registry. When adding a page template, deleting a page template, or modifying the path of a page template, the developer needs to manually make corresponding changes to the route registry. During manual maintenance, the route of the page template is often misspelled, resulting in abnormal access to the page template. Summary of the Invention
[0004] In view of this, the purpose of this application is to provide a page routing update method, device, electronic device and storage medium to avoid conflicts caused by changes to page routing when multiple people collaborate, so that page templates can be accessed normally.
[0005] In a first aspect, an embodiment of the present application provides a method for updating page routing, the method comprising:
[0006] Get the storage location information of the page template to be inserted;
[0007] Determine the root directory corresponding to the storage location information;
[0008] Get the path information and page template names of all page templates in the root directory;
[0009] Determine the routing rules for each page template based on the page template name of each page template;
[0010] Adjust the path information through the routing generation rules to obtain the target path information;
[0011] Update the page routing of the corresponding page template in the page routing table according to the target path information and page template name.
[0012] In a possible implementation manner, before determining the root directory corresponding to the storage location information, the method further includes:
[0013] In response to the name of the template to be inserted and the storage location information input by the user in the page template creation interface, a page template named as the name of the template to be inserted is created at a location corresponding to the storage location information.
[0014] In a possible implementation manner, before determining the routing generation rule of each page template according to the page template name of each page template, the method further includes:
[0015] Determine whether all page templates are in the modification list. The modification list is a list used to record page templates that cannot be re-routed.
[0016] Determine the page template in the modification list as the page template to be stored;
[0017] Determine the page template that is not in the modification list as the page template to be generated;
[0018] The routing generation rules for each page template are determined based on the page template name of each page template, including:
[0019] The routing generation rules of each page template are determined according to the page template names of all page templates to be generated.
[0020] In a possible implementation, determining a routing rule for each page template according to the page template names of all to-be-generated page templates includes:
[0021] Determine the character type of the first character of the page template name of the page template to be generated, where the character type includes letter type and underscore type;
[0022] If the character type is letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information;
[0023] If the character type is an underscore type, the routing generation rule is to change the underscore in the path information of the page template to be generated into a colon and use it as the target path information.
[0024] In a possible implementation, updating the page route corresponding to the page template in the page routing table according to the target path information and the page template name includes:
[0025] The page routing of each page template to be generated is determined according to the target path information and the page template name of the page template to be generated.
[0026] In one possible implementation, the method further includes:
[0027] In response to the path information of the page template and the attribute data to be modified input by the user in the page template modification interface;
[0028] According to the path information, search for the page template to be modified corresponding to the path information;
[0029] Modify the attribute information corresponding to the attribute data to be modified in the page template to be modified.
[0030] In a second aspect, an embodiment of the present application further provides a device for updating page routing, the device comprising:
[0031] An acquisition module is used to obtain the storage location information of the page template to be inserted;
[0032] A determination module, configured to determine a root directory corresponding to the storage location information;
[0033] The acquisition module is also used to obtain the path information and page template names of all page templates in the root directory;
[0034] The determination module is further used to determine the routing generation rules of each page template according to the page template name of each page template;
[0035] An adjustment module, configured to adjust the path information by using routing generation rules to obtain target path information;
[0036] The update module is used to update the page route of the corresponding page template in the page routing table according to the target path information and the page template name.
[0037] In a possible implementation, the determination module is specifically configured to: in response to the name of the template to be inserted and the storage location information input by the user in the page template creation interface, create a page template named as the name of the template to be inserted at a location corresponding to the storage location information.
[0038] In a possible implementation, the determination module is further configured to:
[0039] Determine whether all page templates are in the modification list. The modification list is a list used to record page templates that cannot be re-routed.
[0040] Determine the page template in the modification list as the page template to be stored;
[0041] Determine the page template that is not in the modification list as the page template to be generated;
[0042] The routing generation rules for each page template are determined based on the page template name of each page template, including:
[0043] The routing generation rules of each page template are determined according to the page template names of all page templates to be generated.
[0044] In a possible implementation, the determination module is specifically configured to:
[0045] Determine the character type of the first character of the page template name of the page template to be generated, where the character type includes letter type and underscore type;
[0046] If the character type is letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information;
[0047] If the character type is an underscore type, the routing generation rule is to change the underscore in the path information of the page template to be generated into a colon and use it as the target path information.
[0048] In a possible implementation, the update module is specifically configured to determine a page route of each to-be-generated page template according to the target path information and the page template name of the to-be-generated page template.
[0049] In a possible implementation, the device further includes: a response module;
[0050] A response module, responding to the path information of the page template and the attribute data to be modified input by the user in the page template modification interface;
[0051] The search module searches for the page template to be modified corresponding to the path information according to the path information;
[0052] The modification module modifies the attribute information corresponding to the attribute data to be modified in the page template to be modified.
[0053] In a third aspect, an embodiment of the present application further provides an electronic device comprising: a processor, a storage medium and a bus, wherein the storage medium stores machine-readable instructions executable by the processor. When the electronic device is running, the processor and the storage medium communicate through the bus, and the processor executes the machine-readable instructions to perform the steps of the page routing update method as described in any one of the items of the first aspect.
[0054] In a fourth aspect, an embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored. When the computer program is executed by a processor, the steps of the page routing update method as described in any one of the items in the first aspect are executed.
[0055] The present application provides a method, device, electronic device, and storage medium for updating page routing. The method includes: obtaining storage location information of a page template to be inserted; determining a root directory corresponding to the storage location information; obtaining path information and page template names of all page templates under the root directory; determining routing generation rules for each page template based on the page template names of each page template; adjusting the path information using the routing generation rules to obtain target path information; and updating the page routing of the corresponding page template in the page routing table based on the target path information and the page template name. By obtaining storage location information of the page template to be inserted, determining the root directory corresponding to the storage location information, determining routing generation rules for the page template based on the names of each page template under the root directory, and updating the page routing according to the routing generation rules, page routing anomalies caused by misspellings of page template routing during manual maintenance are avoided. BRIEF DESCRIPTION OF THE DRAWINGS
[0056] In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following is a brief introduction to the drawings required for use in the embodiments. It should be understood that the following drawings only show certain embodiments of the present application and therefore should not be regarded as limiting the scope. For ordinary technicians in this field, other relevant drawings can be obtained based on these drawings without creative work.
[0057] Figure 1 A flow chart of a method for updating page routing provided in an embodiment of the present application is shown;
[0058] Figure 2 A flowchart of another method for updating page routing provided by an embodiment of the present application is shown;
[0059] Figure 3 A schematic diagram of the structure of a device for updating page routing provided in an embodiment of the present application is shown;
[0060] Figure 4 A schematic structural diagram of an electronic device provided in an embodiment of the present application is shown. DETAILED DESCRIPTION
[0061] In order to make the purpose, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application. It should be understood that the drawings in the present application only serve the purpose of illustration and description and are not used to limit the scope of protection of the present application. In addition, it should be understood that the schematic drawings are not drawn to scale. The flowcharts used in this application illustrate the operations implemented according to some embodiments of the present application. It should be understood that the operations of the flowcharts can be implemented out of sequence, and steps without logical context can be reversed or implemented simultaneously. In addition, those skilled in the art, under the guidance of the contents of this application, can add one or more other operations to the flowchart, or remove one or more operations from the flowchart.
[0062] In addition, the described embodiments are only a part of the embodiments of the present application, rather than all of the embodiments. The components of the embodiments of the present application generally described and shown in the drawings here can be arranged and designed in various configurations. Therefore, the following detailed description of the embodiments of the present application provided in the drawings is not intended to limit the scope of the claimed application, but merely represents selected embodiments of the present application. Based on the embodiments of the present application, all other embodiments obtained by those skilled in the art without making creative work are within the scope of protection of the present application.
[0063] In order to enable those skilled in the art to use the contents of this application, the following implementation method is provided in conjunction with the specific application scenario "the technical field of updating page routing". For those skilled in the art, the general principles defined herein can be applied to other embodiments and application scenarios without departing from the spirit and scope of this application. Although this application is mainly described around the "technical field of updating page routing", it should be understood that this is only an exemplary embodiment.
[0064] It should be noted that the term "comprising" will be used in the embodiments of the present application to indicate the existence of the features declared thereafter, but does not exclude the addition of other features.
[0065] The following is a detailed description of a page routing update method provided in an embodiment of the present application.
[0066] Reference Figure 1 , which is a flow chart of a page routing update method provided in an embodiment of the present application.
[0067] The following describes the exemplary steps of the embodiment of the present application:
[0068] S101: Obtain storage location information of a page template to be inserted.
[0069] Specifically, the name of the template to be inserted and the storage location information input by the user in the page template creation interface are obtained, and a page template named as the name of the template to be inserted is created in the storage location corresponding to the storage location information.
[0070] Among them, in the page template creation interface, interactive questions and answers are conducted with the user, and the name of the template to be inserted and the storage location information are obtained through the interactive questions and answers.
[0071] Furthermore, before conducting interactive Q&A, the name of the page template to be inserted is standardized. For example, when the user conducts interactive Q&A, when the user enters the page template to be inserted, the user will be prompted on the page template creation page that if the route of the page template to be inserted is a dynamic route, the name of the page template to be inserted should start with a letter; if the route of the page template to be inserted is a static route, the name of the page template to be inserted should start with an underscore; when the user enters the storage location information of the page template to be inserted but does not enter the name of the template to be inserted, a static route page template named index is automatically created for the user at the location corresponding to the storage location information.
[0072] For example: if the user enters the storage location information pages / a on the page template creation page and the page template name is b, the b.vue file will be created under the storage location pages / a.
[0073] S102: Determine the root directory corresponding to the storage location information.
[0074] For example, if the storage location information of the page template to be inserted is pages / a, then the root directory corresponding to the storage location information is pages.
[0075] S103: Obtain the path information and page template names of all page templates in the root directory.
[0076] Specifically, the path information and page template names of all page templates in the root directory are obtained.
[0077] For example: if the root directory is pages, then get the path information and name of all page templates under pages.
[0078] S104: Determine a routing generation rule for each page template according to the page template name of each page template.
[0079] Specifically, it is determined whether all page templates are in the modification list, and the page templates in the modification list are determined as page templates to be stored, and the page templates not in the modification list are determined as page templates to be generated.
[0080] The modification list is a list used to record routes that cannot be regenerated from page templates.
[0081] For example: there are page template a and page template b in the root directory. Page template a has been recorded in the modification list. Therefore, page template a is a route that cannot be regenerated, and page template a is determined as the page route to be stored; while page template b is not in the modification list, page template b is the page route to be generated.
[0082] Furthermore, the routing generation rules of each page template are determined according to the page template names of all the page templates to be generated.
[0083] Specifically, the character type of the first character of the page template name of the page template to be generated is determined, and the character types include letter type and underline type; if the character type is letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information; if the character type is underline type, the routing generation rule is to change the underline in the path information of the page template to be generated into a colon as the target path information.
[0084] S105: Adjust the path information according to the routing generation rule to obtain target path information.
[0085] For example: when the page name of the page template to be generated is ab, and the path information of the page template is pages / a, since the first character of the page template name is a letter type, the routing generation rule of the page template to be generated is to use the path information of the page template to be generated as the target path information, then the target path information of the page template to be generated should be pages / a / ; when the page name of the page template to be generated is _id, and the path information of the page template is pages / a, since the first character of the page template name is an underscore type, the routing generation rule of the page template to be generated is to change the underscore in the path information of the page template to be generated into a colon as the target path information, then the target path information of the page template to be generated is pages / a / _id.
[0086] S106: Update the page route corresponding to the page template in the page routing table according to the target path information and the page template name.
[0087] Specifically, the page route of each to-be-generated page template is determined according to the target path information and the page template name of the to-be-generated page template.
[0088] Among them, the page template name and target path information of the page template to be generated are correspondingly stored in the routing registration table.
[0089] Specifically, according to the path information of the page template to be stored, the attribute information corresponding to the path information of the stored page template is found in the original routing registration table, and the attribute information is stored in the routing registration table.
[0090] Furthermore, it is determined whether the page template is a sub-template. If the page template is a sub-template, the routing information of the page template is placed in the corresponding position in the routing registry.
[0091] For example, there is page template a under the root directory pages, and there is also a-children file, and there is page template b under the a-children file. Then the page template b under the a-children file is the child template of page template a, and the page routing information of the child template is placed in the children attribute of page template a.
[0092] The present application provides a method for updating page routing, which includes: obtaining storage location information of a page template to be inserted; determining a root directory corresponding to the storage location information; obtaining path information and page template names of all page templates under the root directory; determining routing generation rules for each page template based on the page template names of each page template; adjusting the path information using the routing generation rules to obtain target path information; and updating the page routing of the corresponding page template in the page routing table based on the target path information and the page template name. By obtaining the storage location information of the page template to be inserted, determining the root directory corresponding to the storage location information, determining the routing generation rules for the page template based on the names of each page template under the root directory, and updating the page routing according to the routing generation rules, page routing anomalies caused by misspellings of page template routing during manual maintenance can be avoided.
[0093] like Figure 2 As shown, in another method for updating page routing provided in an embodiment of the present application, the method includes:
[0094] S201: Acquire path information and attribute data information of a page template to be modified input by a user in a page template modification interface.
[0095] Specifically, the path information of the page template to be modified and the attribute data information to be modified input by the user in the page template modification interface are obtained.
[0096] The attribute data information to be modified includes the attribute to be modified and the value corresponding to the attribute to be modified. The attribute to be modified includes redirect, child pages, alias, routing guard beforeEnter, etc.
[0097] Among them, redirect is used to access the path set by redirect when there is a page access error; sub-pages are used to set sub-pages of the page. For example, the login page greets the user with "Hello, username!", then the sub-page is used to make the username in "Hello, username" display the corresponding username; alias is used to add an extra path to the path of the page. When the user enters the path set by the alias, the page is still accessed; routing guards are used to set access conditions before entering the page. Only when the conditions are met can the user access the page.
[0098] S202: Search, according to the path information, for a page template to be modified corresponding to the path information.
[0099] Specifically, according to the path information input by the user, a page template with the same path is found in the routing registry.
[0100] S203: Modify the attribute information corresponding to the attribute data to be modified in the page template to be modified.
[0101] For example, when the attribute data to be modified in the page template to be modified input by the user is redirect: pages / a, then the attribute value of redirect in the page template is changed to pages / a.
[0102] Furthermore, the modified page template is added to the modification list, so that the attribute data of the page template added by the user can be avoided from being lost when the user generates the routing registration table next time.
[0103] In an embodiment of the present application, the path information and attribute data information to be modified of the page template to be modified are obtained in response to the user input in the page template modification interface; then, based on the path information, the page template to be modified corresponding to the path information is searched; finally, the attribute information corresponding to the attribute data to be modified in the page template to be modified is modified; in this way, the user can independently improve the routing information of the page, making the page created by the user more user-friendly.
[0104] Reference Figure 3 FIG. 1 is a schematic diagram of a device for updating page routing according to an embodiment of the present application, the device comprising:
[0105] The acquisition module 301 is used to obtain the storage location information of the page template to be inserted;
[0106] Determining module 302, used to determine the root directory corresponding to the storage location information;
[0107] The acquisition module 303 is further used to obtain the path information and page template names of all page templates in the root directory;
[0108] The determination module 302 is further configured to determine a routing generation rule for each page template based on the page template name of each page template;
[0109] An adjustment module 304 is configured to adjust the path information by using a routing generation rule to obtain target path information;
[0110] The updating module 305 is used to update the page route corresponding to the page template in the page routing table according to the target path information and the page template name.
[0111] In an optional embodiment provided by the present invention, the determination module 302 is specifically used to: in response to the name of the template to be inserted and the storage location information input by the user in the page template creation interface, create a page template named as the name of the template to be inserted at the location corresponding to the storage location information.
[0112] In an optional embodiment provided by the present invention, the determining module 302 is further configured to:
[0113] Determine whether all page templates are in the modification list. The modification list is a list used to record page templates that cannot be re-routed.
[0114] Determine the page template in the modification list as the page template to be stored;
[0115] Determine the page template that is not in the modification list as the page template to be generated;
[0116] The routing generation rules for each page template are determined based on the page template name of each page template, including:
[0117] The routing generation rules of each page template are determined according to the page template names of all page templates to be generated.
[0118] In an optional embodiment provided by the present invention, the determination module 302 is specifically configured to:
[0119] Determine the character type of the first character of the page template name of the page template to be generated, where the character type includes letter type and underscore type;
[0120] If the character type is letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information;
[0121] If the character type is an underscore type, the routing generation rule is to change the underscore in the path information of the page template to be generated into a colon and use it as the target path information.
[0122] In an optional embodiment provided by the present invention, the updating module 305 is specifically configured to determine the page routing of each to-be-generated page template according to the target path information and the page template name of the to-be-generated page template.
[0123] In an optional embodiment provided by the present invention, the apparatus further includes: a response module 306, a search module 307, and a modification module 308:
[0124] The response module 306 responds to the page template path information and the attribute data to be modified input by the user in the page template modification interface;
[0125] Search module 307 searches for the page template to be modified corresponding to the path information according to the path information;
[0126] The modification module 308 modifies the attribute information corresponding to the attribute data to be modified in the page template to be modified.
[0127] like Figure 4 As shown, an electronic device 400 provided in an embodiment of the present application includes: a processor 401, a memory 402 and a bus, the memory 402 stores machine-readable instructions executable by the processor 401, and when the electronic device is running, the processor 401 communicates with the memory 402 through the bus, and the processor 401 executes the machine-readable instructions to perform the steps of the update method of the page routing as described above.
[0128] Specifically, the memory 402 and the processor 401 can be general-purpose memories and processors, which are not specifically limited here. When the processor 401 runs the computer program stored in the memory 402, the page routing update method can be executed.
[0129] Corresponding to the above-mentioned page routing update method, an embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored. When the computer program is run by a processor, the steps of the above-mentioned page routing update method are executed.
[0130] Those skilled in the art can clearly understand that, for the convenience and brevity of description, the specific working process of the system and device described above can refer to the corresponding process in the method embodiment, and will not be repeated in this application. In the several embodiments provided in this application, it should be understood that the disclosed system, device and method can be implemented in other ways. The device embodiments described above are merely schematic. For example, the division of the modules is only a logical function division. There may be other division methods in actual implementation. For example, multiple modules or components can be combined or integrated into another system, or some features can be ignored or not executed. Another point is that the mutual coupling or direct coupling or communication connection shown or discussed can be through some communication interfaces, indirect coupling or communication connection of devices or modules, which can be electrical, mechanical or other forms.
[0131] The modules described as separate components may or may not be physically separate, and the components shown as modules may or may not be physical units, that is, they may be located in one place or distributed across multiple network elements. Some or all of these units may be selected to achieve the purpose of this embodiment according to actual needs.
[0132] In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
[0133] If the functions are implemented in the form of software functional units and sold or used as independent products, they can be stored in a non-volatile computer-readable storage medium that is executable by a processor. Based on this understanding, the technical solution of the present application, or the part that contributes to the prior art, or the part of the technical solution, can be embodied in the form of a software product. The computer software product is stored in a storage medium and includes several instructions for enabling a computer device (which can be a personal computer, server, or network device, etc.) to execute all or part of the steps of the information processing method described in each embodiment of the present application. The aforementioned storage medium includes various media that can store program codes, such as a USB flash drive, a mobile hard disk, a ROM, a RAM, a magnetic disk, or an optical disk.
[0134] The above are only specific embodiments of the present application, but the scope of protection of this application is not limited thereto. Any changes or substitutions that can be easily conceived by a person skilled in the art within the technical scope disclosed in this application should be included in the scope of protection of this application. Therefore, the scope of protection of this application should be based on the scope of protection of the claims.
Claims
1. A method for updating page routing, characterized in that: The method comprises: Get the storage location information of the page template to be inserted; Determining a root directory corresponding to the storage location information; Obtain the path information and page template names of all page templates in the root directory; Determine the routing rules for each page template based on the page template names of all page templates to be generated; Adjusting the path information according to the routing generation rule to obtain target path information; Determining the page routing of each to-be-generated page template according to the target path information and the page template name of the to-be-generated page template; The routing generation rule for each page template is determined based on the page template names of all page templates to be generated, including: determining the character type of the first character of the page template name of the page template to be generated, the character type including letter type and underline type; if the character type is letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information; if the character type is underline type, the routing generation rule is to change the underline in the path information of the page template to be generated into a colon as the target path information.
2. The page routing update method according to claim 1, characterized in that: Before determining the root directory corresponding to the storage location information, the method further includes: In response to the name of the template to be inserted and the storage location information input by the user in the page template creation interface, a page template with the name of the template to be inserted is created at the location corresponding to the storage location information.
3. The method for updating page routing according to claim 1, wherein: Before determining the routing generation rules of each page template according to the page template names of all the page templates to be generated, the method further includes: Determine whether all page templates are in a modification list, where the modification list is a list for recording routes that cannot be regenerated for the page templates; Determine the page template in the modification list as the page template to be stored; The page template that is not in the modification list is determined as the page template to be generated.
4. The page routing update method according to claim 1, characterized in that: The method further comprises: In response to the path information of the page template and the attribute data to be modified input by the user in the page template modification interface; According to the path information, searching for the page template to be modified corresponding to the path information; Modify the attribute information corresponding to the attribute data to be modified in the page template to be modified.
5. A device for updating page routing, characterized in that: The device comprises: An acquisition module is used to obtain the storage location information of the page template to be inserted; A determination module, configured to determine a root directory corresponding to the storage location information; The acquisition module is further used to obtain the path information and page template names of all page templates in the root directory; The determining module is further configured to determine a routing generation rule for each page template based on the page template names of all the page templates to be generated; An adjustment module, configured to adjust the path information according to the routing generation rule to obtain target path information; An updating module, configured to determine a page route of each to-be-generated page template according to the target path information and the page template name of the to-be-generated page template; The determination module is also used to determine the character type of the first character of the page template name of the page template to be generated, and the character type includes a letter type and an underscore type; if the character type is a letter type, the routing generation rule is to use the path information of the page template to be generated as the target path information; if the character type is an underscore type, the routing generation rule is to change the underscore in the path information of the page template to be generated into a colon and use it as the target path information.
6. The device for updating page routing according to claim 5, characterized in that: The determining module is specifically configured to: In response to the name of the template to be inserted and the storage location information input by the user in the page template creation interface, a page template with the name of the template to be inserted is created at the location corresponding to the storage location information.
7. An electronic device, characterized in that: include: A processor, a storage medium and a bus, wherein the storage medium stores machine-readable instructions executable by the processor. When the electronic device is running, the processor and the storage medium communicate via the bus, and the processor executes the machine-readable instructions to perform the steps of the page routing update method as described in any one of claims 1 to 4.
8. A computer-readable storage medium, characterized in that The computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps of the method for updating page routing according to any one of claims 1 to 4 are executed.
Citation Information
Patent Citations
Dynamic routing method and device for scaffold
CN108390773A