Page display method and device for large Vue application and electronic equipment
By optimizing the page display method of large-scale Vue applications, adopting a multi-page architecture and preset display rules, the problems of resource loading and interaction delay in APP embedded scenarios were solved, achieving efficient and convenient page display, and improving user satisfaction and experience.
Patent Information
- Application Number
- CN202511408979.0
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-09-29
- Publication Date
- 2026-02-24
AI Technical Summary
Large-scale Vue applications embedded in apps suffer from issues such as excessively large initial resource loading size, long page rendering time, sluggish interaction, high data transmission latency, and inconsistent protocols, resulting in poor user loading speed and interactive experience.
By obtaining the display requirements of target users and the preset correspondence, the target requirement page is determined and its functions are extracted. The target requirement page is sent to the display terminal for display using a preset communication protocol. The page display is optimized by adopting a multi-page architecture and preset display rules.
It improves the accuracy and efficiency of page display, enhances user satisfaction and user experience, and reduces resource consumption and data transmission latency.
Smart Images

Figure CN121560425A_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of page display, and more specifically, to a method, apparatus, and electronic device for displaying pages in a large-scale Vue application. Background Technology
[0002] Currently, large-scale Vue applications use a single-page architecture by default. When embedding its pages into an app, the entire application's resources (including non-target page components, redundant plugins, and dependency libraries) need to be loaded, resulting in an excessively large initial resource loading size. At the same time, page rendering under the single-page architecture requires the completion of the entire DOM (Document Object Model) construction and data initialization, which takes a long time and is prone to problems such as page display delay (first screen loading time often exceeds 3 seconds) and interaction stutter (click / swipe response delay exceeds 150ms).
[0003] Furthermore, existing technologies lack page optimization solutions for APP embedding scenarios, failing to separate the target page for APP embedding from the application architecture, thus failing to achieve targeted resource loading. Moreover, communication between APP and Vue pages often relies on complex JSBridges or cross-domain requests, resulting in high data transmission latency and inconsistent protocols, further affecting the smoothness of interaction. This makes it difficult to meet the needs of application scenarios with high requirements for user loading speed and interactive experience, and cannot provide high-quality embedded page services for APP users. Therefore, this application proposes a new page display method to solve the problems of high display latency and low display efficiency, which lead to low user satisfaction and poor user experience. Summary of the Invention
[0004] In view of this, embodiments of the present invention provide a method, apparatus and electronic device for displaying pages in large-scale Vue applications, so as to eliminate or improve one or more defects existing in the prior art.
[0005] One aspect of the present invention provides a method for displaying pages in a large Vue application, the method comprising the following steps:
[0006] Obtain the display requirements of the target user and the preset correspondence. The display requirements carry the target requirement address and the target function requirement. The preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identification address of the storage page.
[0007] Based on the target demand address and the preset correspondence, at least one demand page is determined;
[0008] Based on the target functional requirements, the functions of at least one required page are extracted to determine at least one target required page; and the at least one target required page is sent to the display terminal according to a preset communication protocol so that the display terminal displays the at least one target required page according to preset display rules.
[0009] Another aspect of the present invention provides a page display device for a large-scale Vue application, the device comprising:
[0010] The acquisition module is used to acquire the display requirements of the target user and the preset correspondence. The display requirements carry the target requirement address and the target function requirement. The preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identifier address of the storage page.
[0011] The determination module is used to determine at least one demand page based on the target demand address and the preset correspondence;
[0012] The display module is used to perform functional extraction of the at least one required page based on the target functional requirements, determine at least one target required page, and send the at least one target required page to the display terminal according to a preset communication protocol, so that the display terminal displays the at least one target required page according to preset display rules.
[0013] Another aspect of the present invention provides an electronic device, comprising:
[0014] processor;
[0015] Memory used to store the processor's executable instructions;
[0016] The processor is configured to execute the instructions to implement the page display method described in any one of the above descriptions.
[0017] Another aspect of the present invention provides a computer-readable storage medium that, when the instructions in the storage medium are executed by a processor of an electronic device, enables the electronic device to perform the page display method described in any one of the preceding descriptions.
[0018] This invention provides a page display method, apparatus, and electronic device for large-scale Vue applications. It obtains the display requirements of target users and a preset correspondence, wherein the display requirements carry a target requirement address and a target functional requirement; the preset correspondence indicates the correspondence between the requirement address in the requirement and the identifier address of the stored page; then, based on the target requirement address and the preset correspondence, at least one requirement page is determined, improving the accuracy of requirement page determination; furthermore, based on the target functional requirements, the function of at least one requirement page is extracted to determine at least one target requirement page; and at least one target requirement page is sent to the display terminal according to a preset communication protocol, so that the display terminal displays at least one target requirement page according to preset display rules, improving the accuracy and efficiency of page display, thereby improving the convenience of page display, user satisfaction rate, and user experience. Attached Figure Description
[0019] To more clearly illustrate the technical solutions and advantages in the embodiments of the present invention or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings described below are only some embodiments of the present invention. For those skilled in the art, other drawings can be obtained based on these drawings without creative effort.
[0020] Figure 1 This is a flowchart illustrating a method for displaying pages in a large Vue application according to an exemplary embodiment.
[0021] Figure 2 This is a schematic diagram of a process for modifying page fields according to an exemplary embodiment;
[0022] Figure 3 This is a schematic diagram of a process for determining at least one demand page based on a target demand address and a preset correspondence, according to an exemplary embodiment.
[0023] Figure 4 This is a schematic diagram of a process for stripping functionality from at least one required page, according to an exemplary embodiment.
[0024] Figure 5 This is a schematic diagram of a process for converting the format of displayed content based on a first listening event, according to an exemplary embodiment.
[0025] Figure 6 This is a schematic diagram of a process for sending target display content along with at least one target demand page to a display terminal according to an exemplary embodiment;
[0026] Figure 7 This is a structural schematic diagram of a page display device for a large-scale Vue application provided according to an exemplary embodiment. Detailed Implementation
[0027] The technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, and not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative effort are within the scope of protection of the present invention.
[0028] It should be noted that the terms "first," "second," etc., in the specification and drawings of this invention are used to distinguish similar objects and are not necessarily used to describe a specific order or sequence. It should be understood that such data can be interchanged where appropriate so that the embodiments of the invention described herein can be implemented in orders other than those illustrated or described herein. Furthermore, the terms "comprising" and "having," and any variations thereof, are intended to cover non-exclusive inclusion; for example, a process, method, system, product, or server that comprises a series of steps or units is not necessarily limited to those steps or units explicitly listed, but may include other steps or units not explicitly listed or inherent to such processes, methods, products, or devices.
[0029] Figure 1 This is a flowchart illustrating a method for displaying pages in a large Vue application according to an exemplary embodiment. This specification provides method operation steps as shown in the embodiments or flowcharts, but based on conventional or non-inventive labor, more or fewer operation steps may be included. The order of steps listed in the embodiments is merely one possible execution order among many and does not represent the only possible execution order. In actual system or server product execution, the method can be executed sequentially according to the embodiments or drawings, or in parallel (e.g., in a parallel processor or multi-threaded processing environment). Specifically, as shown... Figure 1 As shown, taking the control unit in the page display system as the execution entity, this application introduces an embodiment of a page display method for a large-scale Vue application. The method may include:
[0030] S101: Obtain the display requirements of the target user and the preset correspondence, wherein the display requirements carry the target requirement address and the target functional requirements.
[0031] In one specific embodiment, the preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identifier address of the storage page; the target requirement address can be the address identifier of the page to be displayed as indicated by the target user; the target functional requirement is used to indicate the function that the target user needs to display on the requirement page;
[0032] In one specific embodiment, this application provides a page display system. Optionally, the page display system is connected to the user interface. Specifically, the target user sends the display request to the page display system by operating the user interface. Then, when the page display system receives the display request, it obtains the target request address in the display request and calls the preset correspondence stored in the display system.
[0033] Optionally, the page display system of this application includes multiple page display modules, each page display module encapsulates a page display unit. In this application, the corresponding page display module is called based on the target requirement address to display the corresponding page.
[0034] Figure 2 This is a schematic diagram of a process for modifying page fields according to an exemplary embodiment. In an optional embodiment, such as Figure 2 As shown, the above method may further include:
[0035] S201: Obtain application configuration file;
[0036] S203: Modify the page fields in the application configuration file to obtain the target configuration file; and apply the target configuration file to the page display system.
[0037] In one specific embodiment, the application configuration file can be a page display configuration file for a page display system. Optionally, the page display system is displayed as a single page in the initial use stage. Accordingly, the page configuration field in the application configuration file is a single-page architecture. Specifically, in this application, it is necessary to first obtain the application configuration file, find the corresponding page architecture field in the application configuration file, and then modify the page field in the application configuration file, that is, modify the single-page architecture to a multi-page architecture, thereby obtaining the target configuration file, and then applying the target configuration file to the page display system of this application.
[0038] In the above embodiments, by modifying the page architecture of the application configuration file, the page display system can display multiple pages, thereby improving the diversity, accuracy and rationality of the page display.
[0039] S103: Based on the target demand address and the preset correspondence, determine at least one demand page.
[0040] In one specific embodiment, the target demand address and the preset correspondence are matched by the aforementioned target demand address and the identifier address, thereby finding at least one demand page that needs to be displayed.
[0041] Figure 3 This is a schematic diagram illustrating a process for determining at least one demand page based on a target demand address and a preset correspondence, according to an exemplary embodiment. In an optional embodiment, such as Figure 3 As shown, the determination of at least one demand page based on the target demand address and the preset correspondence includes:
[0042] S301: Obtain page identifier relationships;
[0043] S303: Determine the target identifier address based on the target demand address and the preset correspondence;
[0044] S305: Based on the target identifier address and the page identifier relationship, determine the at least one required page.
[0045] In one specific embodiment, the page identification relationship is used to indicate the correspondence between stored pages and their identification addresses in the page display system. Optionally, each stored page has a corresponding page address. Accordingly, the page address of each stored page can be extracted, and then the page addresses of the stored pages can be classified to determine multiple sets of stored pages. Further, each set of stored pages is labeled to determine the identification address of each set of stored pages. Accordingly, the identification address and the stored page constitute an inclusion relationship, i.e., the page identification relationship.
[0046] Specifically, the page identifier relationship stored in the page display system is first obtained. Then, the target identifier address is determined by searching based on the received target requirement address and the preset correspondence. Accordingly, the identifier address is searched from the page display system based on the target requirement address through the preset correspondence. Furthermore, after finding the target identifier address, the corresponding stored page, i.e., at least one requirement page, is found based on the target identifier address through the page identifier relationship.
[0047] In the above embodiments, by using page identification relationships, at least one corresponding demand page can be found based on the target demand address, which improves the convenience and accuracy of searching, thereby improving the convenience and accuracy of page display and improving the efficiency of page display.
[0048] S105: Based on the target functional requirements, perform functional stripping of the at least one requirement page to determine at least one target requirement page; and send the at least one target requirement page to the display terminal according to a preset communication protocol so that the display terminal displays the at least one target requirement page according to preset display rules.
[0049] In a specific embodiment, the preset communication protocol can be a communication protocol for transmitting the required display page; the preset display rules can be the display rules for the display page. Optionally, the preset display rules can be display rules such as English display, Chinese display, and segmented display. Specifically, based on the obtained target functional requirements, redundant functions of at least one required page are deleted and stripped to determine at least one target required page, and the target required page is sent to the display terminal according to the preset communication protocol. First, at least one target required page is displayed according to the preset display rules.
[0050] Figure 4This is a schematic diagram of a process for stripping functionality from at least one required page, according to an exemplary embodiment. In an optional embodiment, such as... Figure 4 As shown, based on the target functional requirements, the above-mentioned functional stripping of at least one requirement page, determining at least one target requirement page includes:
[0051] S401: Obtain multiple current functional modules of the at least one requirement page;
[0052] S403: Based on the target functional requirements, determine the target functional module corresponding to the at least one requirement page;
[0053] S405: Based on the target functional modules corresponding to the at least one target requirement page and the multiple current functional modules of the at least one requirement page, redundant functional modules are deleted to determine the at least one target requirement page.
[0054] In one specific embodiment, firstly, multiple current functions that can be displayed on at least one requirement page are obtained. Optionally, in this application, each current function is encapsulated in a corresponding current function module, that is, multiple current function modules corresponding to at least one requirement page are obtained. Then, based on the target function requirement, the functions of each requirement page are filtered, that is, redundant function modules are deleted and stripped based on the target function module corresponding to the target function requirement. After stripping, the target function is designed into at least one requirement page using a distribution algorithm. Optionally, any distribution algorithm of the prior art can be used for distribution calculation. This application does not limit the distribution algorithm. Then, the requirement pages containing the target function are packaged, and correspondingly, at least one target requirement page is determined. Further, at least one target requirement page is sent to the display end according to a preset communication protocol. Then, the display end processes the display content of the target requirement page according to a preset display rule. Correspondingly, the display end can perform corresponding rule conversion on the display content according to the preset display rule, and then display at least one target requirement page.
[0055] In the above embodiments, unnecessary current functional modules are deleted based on the target functional requirements, which improves the display efficiency of the page display system and reduces energy consumption.
[0056] Figure 5 This is a schematic diagram illustrating a process for format conversion of displayed content based on a first listening event, according to an exemplary embodiment. In an optional embodiment, such as... Figure 5 As shown, the above method may further include:
[0057] S501: Get the first listener event;
[0058] S503: When the first listening event instructs the at least one target demand page to be displayed, obtain the preset display format and the display content corresponding to the at least one target demand page;
[0059] S505: Based on the preset display format, the display content is converted to determine the target display content; and the target display content is sent to the display terminal along with the at least one target requirement page.
[0060] In one specific embodiment, this application also provides a listener for listening to events in the page display system. The first listening event can be used to indicate whether at least one target requirement page needs to be displayed. The preset display format can be the data format corresponding to the display content.
[0061] Specifically, the page display system uses a listener to continuously acquire the first listening event. Accordingly, when the first listening event indicates that at least one target requirement page should be displayed, the system acquires the preset display format and the display content corresponding to at least one target requirement page. The system then converts the display content corresponding to at least one target requirement page according to the preset display format to determine the target display content. Furthermore, the system sends the target display content along with at least one target requirement page to the display terminal so that the display terminal can display the target requirement page and the target display content.
[0062] Figure 6 This is a schematic diagram illustrating a process for sending target display content along with at least one target request page to a display terminal, according to an exemplary embodiment. In an optional embodiment, such as Figure 6 As shown, sending the target display content along with the at least one target requirement page to the display terminal includes:
[0063] S601: Obtain the target calling method and target port;
[0064] S603: Using the target invocation method, the target display content is sent to the display terminal through the target port.
[0065] In a specific embodiment, the target invocation method can be the corresponding display invocation method of the page display system; the target port can be the transmission port corresponding to the page display content of the page display system; specifically, when it is necessary to send the target display content, the target invocation method and the target port are obtained, the target port is invoked through the target invocation method, and then the target display content is sent to the display end through the target port.
[0066] In the above embodiments, by using a first listening event, at least one target requirement page is monitored to see if it needs to be displayed. Then, when the first listening event indicates that at least one target requirement page needs to be displayed, the display content is converted according to a preset display format, and the target display content is sent to the display end through the target port via the target calling method, thereby improving the accuracy of page content display.
[0067] In an optional embodiment, the above method further includes:
[0068] Acquire a second listening event; and if the second listening event indicates that at least one target requirement page has been successfully displayed, pause the page display system.
[0069] In one specific embodiment, the second listening event is used to indicate whether at least one target requirement page has been displayed successfully. Specifically, a listener is used to monitor whether at least one target requirement page has been displayed successfully. Optionally, after at least one target requirement page is displayed on the display end, the display end will send a display success signal to the sending end, i.e., the current page display system. Accordingly, when the listener detects the display success signal, it generates a second listening event to indicate that at least one target requirement page has been displayed successfully, and accordingly, the processing of the page display system is paused.
[0070] In the above embodiments, by setting a second listening event and pausing the page display system when the second listening event indicates that at least one target requirement page has been successfully displayed, the waste of resources of the page display system is avoided and the user experience is improved.
[0071] This invention obtains the display requirements of target users and a preset correspondence, whereby the display requirements carry target requirement addresses and target functional requirements; the preset correspondence indicates the correspondence between the requirement address in the requirements and the identifier address of the storage page; then, based on the target requirement address and the preset correspondence, at least one requirement page is determined, improving the accuracy of requirement page determination; furthermore, based on the target functional requirements, the function of at least one requirement page is extracted to determine at least one target requirement page; and at least one target requirement page is sent to the display terminal according to a preset communication protocol, so that the display terminal displays at least one target requirement page according to preset display rules, improving the accuracy and efficiency of page display, thereby improving the convenience of page display, user satisfaction rate, and user experience.
[0072] Figure 7 This is a schematic diagram of a page display device for a large-scale Vue application according to an exemplary embodiment. The following describes an embodiment of this application's page display device for a large-scale Vue application, using the application page display project in the system as the execution subject. Specifically, as shown... Figure 7 As shown, the device includes:
[0073] The acquisition module 701 is used to acquire the display requirements of the target user and the preset correspondence. The display requirements carry the target requirement address and the target function requirement. The preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identifier address of the storage page.
[0074] The determining module 703 is used to determine at least one demand page based on the target demand address and the preset correspondence;
[0075] The display module 705 is used to perform functional extraction of the at least one required page based on the target functional requirements, determine at least one target required page, and send the at least one target required page to the display terminal according to a preset communication protocol, so that the display terminal displays the at least one target required page according to preset display rules.
[0076] In an optional embodiment, the above-described apparatus further includes:
[0077] The configuration acquisition unit is used to acquire application configuration files;
[0078] The configuration correction unit is used to correct the page fields in the application configuration file to obtain the target configuration file; and to apply the target configuration file to the page display system.
[0079] In an optional embodiment, the determining module 703 includes:
[0080] The identifier acquisition unit is used to acquire page identifier relationships; the page identifier relationships are used to indicate the correspondence between stored pages and the identifier addresses of stored pages in the page display system.
[0081] The identifier determination unit is used to determine the target identifier address based on the target demand address and the preset correspondence;
[0082] The page determination unit is used to determine the at least one required page based on the target identifier address and the page identifier relationship.
[0083] In an optional embodiment, the above-described display module 705 includes:
[0084] The current acquisition unit is used to acquire multiple current functional modules of the at least one requirement page;
[0085] The target function determination unit is used to determine the target function module corresponding to the at least one target requirement page based on the target function requirements.
[0086] The deletion unit is used to delete redundant functional modules based on the target functional modules corresponding to the at least one target requirement page and multiple current functional modules of the at least one requirement page, thereby determining the at least one target requirement page.
[0087] In an optional embodiment, the above-described apparatus further includes:
[0088] The first listening acquisition unit is used to acquire the first listening event;
[0089] The content acquisition unit is used to acquire a preset display format and the display content corresponding to the at least one target demand page when the first listening event instructs the at least one target demand page to be displayed.
[0090] The format conversion unit is used to convert the display content according to the preset display format, determine the target display content, and send the target display content along with the at least one target requirement page to the display terminal.
[0091] In an optional embodiment, the above-mentioned format conversion unit includes:
[0092] The target method acquisition sub-unit is used to obtain the target calling method and the target port;
[0093] The usage method subunit is used to use the target invocation method to send the target display content to the display terminal through the target port.
[0094] In an optional embodiment, the above-described apparatus further includes a second listening unit, used for:
[0095] Acquire a second listening event; and if the second listening event indicates that at least one target requirement page has been successfully displayed, pause the page display system.
[0096] In an exemplary embodiment, an electronic device is also provided, including: a processor; and a memory for storing processor-executable instructions; wherein the processor is configured to execute the instructions to implement the page display method as described in the embodiments of this disclosure.
[0097] In an exemplary embodiment, a computer-readable storage medium is also provided, wherein when the instructions in the storage medium are executed by a processor of an electronic device, the electronic device is enabled to perform the page display method of the present disclosure embodiments.
[0098] In an exemplary embodiment, a computer program product or computer program is also provided, which includes computer instructions stored in a computer-readable storage medium. A processor of a computer device reads the computer instructions from the computer-readable storage medium and executes the computer instructions, causing the computer device to perform the page display methods provided in the various optional implementations described above.
[0099] It is understood that in the specific embodiments of the present invention, user-related data is involved. When the above embodiments of the present invention are applied to specific products or technologies, user permission or consent is required, and the collection, use and processing of related data must comply with the relevant laws, regulations and standards of the relevant countries and regions.
[0100] Those skilled in the art will understand that all or part of the processes in the methods of the above embodiments can be implemented by a computer program instructing related hardware. This computer program can be stored in a non-volatile computer-readable storage medium. When executed, the computer program can include the processes of the embodiments of the above methods. Any references to memory, storage, databases, or other media used in the embodiments provided by this invention can include non-volatile and / or volatile memory. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in various forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), dual data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous link DRAM (SLDRAM), RAMbus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and RAMbus dynamic RAM (RDRAM), etc.
[0101] Other embodiments of this disclosure will readily occur to those skilled in the art upon consideration of the specification and practice of the invention disclosed herein. This invention is intended to cover any variations, uses, or adaptations of this disclosure that follow the general principles of this disclosure and include common knowledge or customary techniques in the art not disclosed herein. The specification and examples are to be considered exemplary only, and the true scope and spirit of this disclosure are indicated by the following claims.
[0102] It should be understood that this disclosure is not limited to the precise structures described above and shown in the accompanying drawings, and various modifications and changes can be made without departing from its scope. The scope of this disclosure is limited only by the appended claims.
Claims
1. A method for displaying pages in a large-scale Vue application, characterized in that, The method includes: Obtain the display requirements of the target user and the preset correspondence. The display requirements carry the target requirement address and the target function requirement. The preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identification address of the storage page. Based on the target demand address and the preset correspondence, at least one demand page is determined; Based on the target functional requirements, the functions of at least one required page are extracted to determine at least one target required page; and the at least one target required page is sent to the display terminal according to a preset communication protocol so that the display terminal displays the at least one target required page according to preset display rules.
2. The method according to claim 1, characterized in that, The method further includes: Get the application configuration file; The page fields in the application configuration file are modified to obtain the target configuration file; and the target configuration file is applied to the page display system.
3. The method according to claim 1, characterized in that, The step of determining at least one demand page based on the target demand address and the preset correspondence includes: Obtain the page identifier relationship; the page identifier relationship is used to indicate the correspondence between the stored pages and the identifier addresses of the stored pages in the page display system; Based on the target demand address and the preset correspondence, the target identifier address is determined; Based on the target identifier address and the page identifier relationship, the at least one required page is determined.
4. The method according to claim 1, characterized in that, Based on the target functional requirements, the functions of at least one required page are stripped, and at least one target required page is determined to include: Obtain multiple currently functional modules of the at least one required page; Based on the target functional requirements, determine the target functional modules corresponding to the at least one target requirement page; Based on the target functional modules corresponding to the at least one target requirement page and the multiple current functional modules of the at least one requirement page, redundant functional modules are deleted to determine the at least one target requirement page.
5. The method according to claim 1, characterized in that, The method further includes: Get the first listener event; When the first listening event instructs the at least one target demand page to be displayed, obtain the preset display format and the display content corresponding to the at least one target demand page; Based on the preset display format, the display content is converted to determine the target display content; and the target display content is sent to the display terminal along with the at least one target requirement page.
6. The method according to claim 5, characterized in that, Sending the target display content along with the at least one target demand page to the display terminal includes: Obtain the target method and target port; Using the target invocation method, the target display content is sent to the display terminal through the target port.
7. The method according to claim 1, characterized in that, The method further includes: Obtain a second listening event; and if the second listening event indicates that at least one target requirement page has been successfully displayed, pause the page display system.
8. A page display device for a large-scale Vue application, characterized in that, The device includes: The acquisition module is used to acquire the display requirements of the target user and the preset correspondence. The display requirements carry the target requirement address and the target function requirement. The preset correspondence is used to indicate the correspondence between the requirement address in the requirement and the identification address of the storage page. The determination module is used to determine at least one demand page based on the target demand address and the preset correspondence; The display module is used to perform functional extraction of the at least one required page based on the target functional requirements, determine at least one target required page, and send the at least one target required page to the display terminal according to a preset communication protocol, so that the display terminal displays the at least one target required page according to preset display rules.
9. An electronic device, characterized in that, include: processor; Memory used to store the processor's executable instructions; The processor is configured to execute the instructions to implement the page display method as described in any one of claims 1 to 7.
10. A computer-readable storage medium, characterized in that, When the instructions in the storage medium are executed by the processor of the electronic device, the electronic device is able to perform the page display method as described in any one of claims 1 to 7.