CN116301869B - Front-end page configuration management and control system, method, equipment and medium - Google Patents
Front-end page configuration management and control system, method, equipment and medium Download PDFInfo
- Publication number
- CN116301869B CN116301869B CN202310553000.3A CN202310553000A CN116301869B CN 116301869 B CN116301869 B CN 116301869B CN 202310553000 A CN202310553000 A CN 202310553000A CN 116301869 B CN116301869 B CN 116301869B
- Authority
- CN
- China
- Prior art keywords
- page
- information
- end page
- target
- configuration library
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computer Security & Cryptography (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a front-end page configuration management and control system, a method, equipment, a medium and a program product. The invention relates to the technical field of Internet. The system comprises: the front-end page configuration library is used for storing front-end page information corresponding to each front-end page; the front-end page information comprises first page information and second page information; the front-end page executing module is used for acquiring first page information from the front-end page configuration library according to the front-end page access request so as to respond to the front-end page access request according to the first page information; the front-end page management and control module is used for acquiring second page information in the front-end page configuration library according to the page information acquisition request so as to respond to the page information acquisition request according to the second page information. According to the technical scheme, the complexity and time cost of the front-end page access process can be reduced, and the management and control efficiency of the front-end page is improved.
Description
Technical Field
The embodiment of the invention relates to the technical field of Internet, in particular to a front-end page configuration management and control system, a method, equipment, a medium and a program product.
Background
Currently, in development engineering of a front-end page, page information of the front-end page is directly configured through a configuration file, for example, the front-end page information is configured through JS (JavaScript, interpreted or just-in-time compiled programming language) or XML (Extensible Markup Language ).
However, in the development process of the front-end page, development and maintenance of the front-end page corresponding to each functional module in the service system are performed by different technicians. If the method is adopted to configure the front-end page information, when a technician needs to access the page of a certain module, the technician corresponding to the module needs to be queried or the code of the corresponding module needs to be opened, and parameters needed by accessing the page are read, so that the page access process is complex, and the time cost is high.
In addition, project research and development mainly relates to several links of database research and development, back-end research and development and front-end research and development, wherein a data dictionary and a table structure control exists in a database dimension, a transaction interface control exists in a back-end dimension, and a specification and effective control is lacking in a front-end dimension. By adopting the configuration method of the front-end page information, the statistics and the batch processing of the front-end page information have huge cost, unlike a data dictionary and a transaction interface which have more convenient inquiry and unified processing ways, each service system has no relatively standard statistics and control mode support in the front-end dimension, so that the information of each front-end page in the service system cannot be effectively controlled. For example, the enterprise-level project may include a plurality of service systems, and different service systems may further include front-end pages corresponding to a plurality of functional modules, where in the project implementation process, if a user needs to know a page condition of a certain service system, the user needs to perform statistics and summarization, so that the front-end page management and control efficiency is low.
Disclosure of Invention
The embodiment of the invention provides a front-end page configuration management and control system, a method, equipment, a medium and a program product, which are used for solving the problems of complex page access process, higher time cost and low front-end page management and control efficiency in the prior art.
In a first aspect, an embodiment of the present invention provides a front-end page configuration management and control system, including:
the front-end page configuration library is used for storing front-end page information corresponding to each front-end page; the front-end page information comprises first page information and second page information;
the front-end page executing module is used for acquiring the first page information from the front-end page configuration library according to a front-end page access request so as to respond to the front-end page access request according to the first page information;
the front-end page management and control module is used for acquiring the second page information in the front-end page configuration library according to a page information acquisition request so as to respond to the page information acquisition request according to the second page information.
In a second aspect, an embodiment of the present invention further provides a front-end page configuration management and control method, including:
storing front-end page information corresponding to each front-end page through a front-end page configuration library; the front-end page information comprises first page information and second page information;
Acquiring first page information from the front-end page configuration library according to a front-end page access request through a front-end page execution module, so as to respond to the front-end page access request according to the first page information through the front-end page execution module;
and acquiring second page information in the front-end page configuration library according to a page information acquisition request through a front-end page management and control module, so that the front-end page management and control module responds to the page information acquisition request according to the second page information.
In a third aspect, an embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements a front-end page configuration management method according to any one of the embodiments of the present invention when the processor executes the program.
In a fourth aspect, an embodiment of the present invention further provides a computer readable storage medium, where a computer program is stored, where the program when executed by a processor implements a front end page configuration management method according to any one of the embodiments of the present invention.
In a fifth aspect, embodiments of the present invention further provide a computer program product comprising a computer program which, when executed by a processor, implements a front-end page configuration management method according to any of the embodiments of the present invention.
In the embodiment of the invention, the front-end page configuration library is used for storing the front-end page information corresponding to each front-end page, and the front-end page execution module is used for acquiring the first page information in the front-end page configuration library according to the front-end page access request so as to respond to the front-end page access request according to the first page information, so that a technician or an analysis module code is not required to be queried when the front-end page is accessed, and the corresponding page information is only required to be acquired in the front-end page configuration library through the front-end page execution module, thereby reducing the complexity and time cost of the page access process. Meanwhile, the front-end page management and control module acquires second page information in the front-end page configuration library according to the page information acquisition request, so that the page information acquisition request is responded according to the second page information, namely, the front-end page management and control module only needs to acquire corresponding page information in the front-end page configuration library, so that the front-end page management and control efficiency is improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of a front-end page configuration management and control system according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of another front-end page configuration management and control system according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of another front-end page configuration management and control system according to an embodiment of the present application;
fig. 4 is a schematic diagram of an example structure of a front-end page configuration management and control system according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a configuration page of a front-end page configuration library according to an embodiment of the present application;
FIG. 6 is a flowchart of a front end page configuration management and control method according to an embodiment of the present application;
FIG. 7 is a flowchart of another method for managing and controlling configuration of a front end page according to an embodiment of the present application;
FIG. 8 is a flowchart of another front end page configuration management and control method according to an embodiment of the present application;
FIG. 9 is a flowchart of another method for managing and controlling configuration of a front end page according to an embodiment of the present application;
FIG. 10 is a flowchart of another front end page configuration management and control method according to an embodiment of the present application;
fig. 11 is a schematic structural diagram of an electronic device for implementing a front-end page configuration management and control method according to an embodiment of the present application.
Detailed Description
The application is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the application and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present application are shown in the drawings.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present application and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the application described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus. The technical scheme of the application obtains, stores, uses, processes and the like the data, which all meet the relevant regulations of national laws and regulations.
Fig. 1 is a schematic structural diagram of a front-end page configuration management and control system according to an embodiment of the present application, where, as shown in fig. 1, the front-end page configuration management and control system includes:
the front-end page configuration library 110 is configured to store front-end page information corresponding to each front-end page; the front-end page information comprises first page information and second page information;
the front-end page execution module 120 is configured to obtain the first page information from the front-end page configuration library 110 according to a front-end page access request, so as to respond to the front-end page access request according to the first page information;
the front-end page management and control module 130 is configured to obtain the second page information from the front-end page configuration library 110 according to a page information obtaining request, so as to respond to the page information obtaining request according to the second page information.
The front-end page configuration library 110 may be any database that stores front-end page information. The front page information may be any information corresponding to the front page, for example, may be page name information, page code information, page URL (Uniform Resource Locator, uniform resource locator system) information, page parameter information, or page authority information, which is not limited in the embodiment of the present application. The first page information may be any information corresponding to a front page. The second page information may be any information corresponding to another front page.
The front-end page execution module 120 may be a module capable of executing any operation of the front-end page, for example, access of the front-end page, jump of the front-end page, presentation of the front-end page, or the like, which is not limited in the embodiment of the present invention. The front page access request may be a request to access the front page. It may be appreciated that the front-end page access request may be determined according to a user requirement, or may be determined by a service system, or the like, which is not limited by the embodiment of the present invention.
The front-end page management and control module 130 may be a module capable of managing and controlling a front-end page, for example, may be used for managing and controlling page information of the front-end page, or managing and controlling a page of the front-end page, which is not limited in the embodiment of the present invention. The page information acquisition request may be a request to acquire page information of a front page. It may be appreciated that the page information obtaining request may be determined according to a user requirement, or may be determined by a service system, etc., which is not limited by the embodiment of the present invention.
In an embodiment of the present invention, the front-end page configuration management and control system may include a front-end page configuration library 110, a front-end page execution module 120, and a front-end page management and control module 130. Specifically, the front-end page configuration management and control system can store the front-end page information corresponding to each front-end page through the front-end page configuration library 110, and acquire the first page information in the front-end page configuration library 110 through the front-end page execution module 120 according to the front-end page access request, so as to respond to the front-end page access request according to the first page information, so that a technician or a module code is not required to be queried when the front-end page is accessed, and only the corresponding page information is required to be acquired in the front-end page configuration library 110 through the front-end page execution module 120, thereby reducing the complexity and time cost of the page access process. Meanwhile, the front-end page management and control module 130 acquires the second page information in the front-end page configuration library 110 according to the page information acquisition request, so that the page information acquisition request is responded according to the second page information, that is, the front-end page can be effectively managed and controlled only by acquiring the corresponding page information in the front-end page configuration library 110 through the front-end page management and control module 130, so that the management and control efficiency of the front-end page is improved.
In an alternative embodiment of the present application, fig. 2 is a schematic structural diagram of another front-end page configuration management and control system provided in the embodiment of the present application, as shown in fig. 2, the number of front-end page execution modules 120 may be one or more, the front-end page configuration library 110 may include one or more front-end page sub-configuration libraries, and the front-end page sub-configuration libraries are in one-to-one correspondence with the front-end page execution modules 120.
The front-end page sub-configuration database may be one sub-database in the front-end page configuration database. It will be appreciated that the various functions of the business system may be implemented by the front-end page execution module 120. For example, when there is only one service system, there may be one front page execution module 120 corresponding to the service system, and there is only one front page sub-configuration library corresponding to the front page execution module 120. When there are a plurality of service systems, there may be one front-end page execution module 120 corresponding to the plurality of service systems, and at this time, there is only one front-end page sub-configuration library corresponding to the front-end page execution module 120. When there are multiple service systems, there may also be multiple front-end page execution modules 120, where each front-end page execution module 120 corresponds to one service system, and at this time, the front-end page configuration library 110 may include multiple front-end page sub-configuration libraries, and each front-end page sub-configuration library corresponds to the front-end page execution module 120 one by one.
Based on the above embodiments, the above technical solutions are further refined, and various optional specific implementations of the front-end page execution module 120 are provided, and the present application proposes the following embodiments:
fig. 3 is a schematic structural diagram of another front-end page configuration management and control system according to an embodiment of the present application, as shown in fig. 3, the front-end page execution module 120 may be specifically configured to: determining a target access page and a first target page sub-configuration library 111 corresponding to the target access page according to the front-end page access request; and acquiring first page information corresponding to the target access page from the first target page sub-configuration library 111.
The target access page may be a page that needs to be accessed according to the front-end page access request. The first target page sub-configuration repository 111 may be one of the front-end page configuration databases corresponding to the target access page.
In the embodiment of the present application, the front-end page execution module 120 in the front-end page configuration management and control system may determine the target access page and the first target page sub-configuration library 111 according to the front-end page access request, so as to obtain the first page information corresponding to the target access page in the first target page sub-configuration library 111. Optionally, after determining the target access page according to the front end page access request, the service system to which the target access page belongs may be further determined according to the target access page, so as to determine the front end page execution module 120 corresponding to the target access page according to the service system to which the target access page belongs, so that the first target page sub-configuration library 111 corresponding to the target access page is determined according to the front end page execution module 120 corresponding to the target access page.
Optionally, the front-end page execution module 120 may be specifically configured to: under the condition that the first page information is successfully acquired, determining the target page access permission of the target access page, and responding to the front-end page access request according to the target page access permission; and generating a page access failure prompt page under the condition that the first page information is not successfully acquired.
The access right of the target page may be the access right of the target access page. Optionally, the determining the target page access right of the target access page may obtain the target page access right from the first page information, or may determine the target page access right according to the page access right of the user after the user logs in the service system, which is not limited in the embodiment of the present invention. The page access failure prompting page may be a page prompting failure of the target page access.
Specifically, after the front-end page execution module 120 in the front-end page configuration management and control system acquires the first page information corresponding to the target access page in the first target page sub-configuration library 111, it may further determine whether the first page information is successfully acquired, and determine the target page access permission of the target access page when the first page information is successfully acquired, so as to respond to the front-end page access request according to the target page access permission. And when the first page information is not acquired successfully, namely acquisition fails, generating a page access identification prompt page. It can be understood that the success of the first page information acquisition can be that the page information of the target access page is successfully acquired, and the page information of the acquired target access page can be correctly read. The failure of the first page information to acquire the page information of the target access page may be failure to acquire the page information of the target access page, or failure to correctly read the page information of the acquired target access page.
Optionally, the front-end page execution module 120 may be further specifically configured to: generating a prompt page without access right under the condition that the access right of the target page is determined to be without access right; and accessing the target access page according to the first page information under the condition that the target page access right is determined to be the access right.
The non-access permission prompt page can be a page prompting that the access permission of the target access page is not available.
Specifically, after determining the target page access permission of the target access page when the first page information is successfully acquired, the front-end page execution module 120 in the front-end page configuration management and control system may further determine whether the access permission of the target access page is available according to the target page access permission. And if the access permission of the target access page does not exist, generating an access permission-free prompt page. And if the access authority of the target access page is available, accessing the target access page according to the first page information.
Based on the above embodiments, the above technical solutions are further refined, and various optional specific implementation manners of the front-end page management and control module 130 are provided, and the present application proposes the following embodiments:
As shown in fig. 3, the front-end page management module 130 may be specifically configured to: determining a system to which at least one target page belongs and system page information to be acquired corresponding to the system to which each target page belongs according to the page information acquisition request; determining a second target page sub-configuration library 112 corresponding to a system to which each target page belongs, and acquiring target system page information from each second target page sub-configuration library 112 according to the system page information to be acquired; and determining the second page information according to the target system page information.
The system to which the target page belongs may be a service system to which the page to be acquired of the page information is determined according to the page information acquisition request. The system page information to be acquired can be page information of a page in the system to which the target page to be acquired belongs, which is determined according to the page information acquisition request. The second target page sub-configuration repository 112 may be one of the front-end page configuration databases corresponding to the system to which the target page belongs. The target system page information may be page information of each page in the system to which the target page belongs.
In the embodiment of the present invention, the front-end page management and control module 130 in the front-end page configuration management and control system may determine, according to the page information acquisition request, a system to which the target page belongs and system page information to be acquired, so as to determine a second target page sub-configuration library 112 corresponding to the system to which each target page belongs, and acquire, according to the system page information to be acquired, the target system page information in the second target page sub-configuration library 112, so as to determine the second page information according to the target system page information. It will be appreciated that the system to which the one or more target pages belong may be determined from the page information retrieval request. That is, the front-end page management module 130 may manage one or more business systems. When the system to which the plurality of target pages belong is determined according to the page information acquisition request, the plurality of target system page information can be acquired, and then the second page information can be determined according to the plurality of target system page information.
For example, assuming that the enterprise-level project may include a system a, a system b, a system c, and a system d, where the page information obtaining request is to obtain the number of pages of the system a and the system b, that is, the system a and the system b are systems to which the target page belongs, and the number of pages is to obtain the system page information to be obtained, the number of pages of the system a (that is, the target system page information) may be obtained in a sub-configuration library corresponding to the system a (that is, a second target page sub-configuration library) to be 8, and the number of pages of the system b (that is, the target system page information) may be obtained in a sub-configuration library corresponding to the system b (that is, a second target page sub-configuration library) to be 6, and then it may be determined that the second page information is 8+6=14.
Optionally, the front page information stored in the front page configuration library 110 may further include third page information; the front-end page management module 130 may be further configured to: and acquiring the third page information from the front-end page configuration library 110 according to the page preview request, so as to respond to the page preview request according to the third page information.
The third page information may be any information corresponding to another front page. The page preview request may be a request to preview a page. It will be appreciated that the page preview request may be determined according to a user requirement, may be determined by a service system, or the like, and the embodiment of the present invention is not limited thereto.
Specifically, the front-end page information stored in the front-end page configuration repository 110 may further include third page information, and accordingly, the front-end page management and control module 130 in the front-end page configuration management and control system may further obtain the third page information from the front-end page configuration repository 110 according to the page preview request, so as to respond to the page preview request according to the third page information.
Optionally, as shown in fig. 3, the front-end page management module 130 may be further specifically configured to: determining a page to be previewed and a third target page sub-configuration library 113 corresponding to the page to be previewed according to the page preview request; and acquiring third page information corresponding to the page to be previewed from the third target page sub-configuration library 113.
The page to be previewed may be a page to be previewed determined according to the page preview request. The third target page sub-configuration repository 113 may be one of the front-end page configuration databases corresponding to the pages to be previewed.
Specifically, the front-end page management and control module 130 in the front-end page configuration management and control system may determine the page to be previewed and the third target page sub-configuration library 113 according to the page preview request, so as to obtain third page information corresponding to the page to be previewed in the third target page sub-configuration library 113. Optionally, after determining the page to be previewed according to the page preview request, a service system to which the page to be previewed belongs may be further determined, so as to determine the front-end page execution module 120 corresponding to the page to be previewed according to the service system to which the page to be previewed belongs, thereby determining the third target page sub-configuration library 113 corresponding to the page to be previewed according to the front-end page execution module 120 corresponding to the page to be previewed.
Optionally, the front-end page management module 130 may be further specifically configured to: determining modifiable page parameters corresponding to the page to be previewed according to the third page information; acquiring a parameter modification instruction corresponding to the modifiable page parameter, and performing parameter modification on the modifiable page parameter according to the parameter modification instruction; and updating the page to be previewed according to the parameter modification result, and responding to the page preview request according to the page update result.
Wherein the modifiable page parameter may be a modifiable page parameter. It will be appreciated that the front-end page information may include page parameters that may be modified and page parameters that may not be modified. By way of example, the modifiable page parameter may be a customer number parameter in a customer information page, etc., and embodiments of the present invention are not limited in this regard. It will be further appreciated that different pages of different business systems may have the same or different modifiable page parameters.
Wherein the parameter modification instruction may be an instruction to modify a value of a modifiable page parameter. The parameter modification result may be a result of modifying a value of a modifiable page parameter. The page update result may be an updated page obtained by updating the page according to the modified value of the modifiable page parameter.
Specifically, after the front-end page management and control module 130 in the front-end page configuration management and control system obtains the third page information in the front-end page configuration library 110 according to the page preview request, the front-end page management and control module may further determine a modifiable page parameter corresponding to the page to be previewed according to the third page information, and obtain a parameter modification instruction corresponding to the modifiable page parameter, so as to perform parameter modification on the modifiable page parameter according to the parameter modification instruction, and perform page update on the page to be previewed according to the parameter modification result, and further respond to the page preview request according to the page update result.
Based on the above embodiment, as shown in fig. 3, the front-end page configuration management and control system may further include a front-end page registration module 140, specifically:
the front-end page registration module 140 may be configured to obtain page registration information corresponding to a current front-end page when it is determined that the development of the current front-end page is completed, and send the page registration information to the front-end page configuration library 110 to perform page registration on the current front-end page.
The current front page may be a current front page. The page registration information may be page information required for registering a page.
In an embodiment of the present invention, the front-end page configuration management and control system may further include a front-end page registration module 140. Specifically, the front-end page registration module 140 may determine whether the development of the current front-end page is completed, and acquire page registration information corresponding to the current front-end page when the development of the current front-end page is completed, so as to send the page registration information to the front-end page configuration library 110 to perform page registration on the current front-end page.
Optionally, the development completion of the current front-end page may be determined according to the received instruction for the development completion of the current front-end page, or may be determined according to the development completion time of the current front-end page and the current system time, which is not limited in the embodiment of the present invention.
Alternatively, the front-end page configuration library 110 may be specifically used for: determining a fourth target page sub-configuration library 114 corresponding to the current front-end page, upon receiving the page registration information sent by the front-end page registration module 140; the page registration information is stored in the fourth target page sub-configuration library 114.
The fourth target page sub-configuration database 114 may be one sub-database of the front-end page configuration databases corresponding to the current front-end page.
Specifically, after the front-end page registration module 140 in the front-end page configuration management and control system sends the page registration information to the front-end page configuration library 110, when the front-end page configuration library 110 receives the page registration information sent by the front-end page registration module 140, the fourth target page sub-configuration library 114 corresponding to the current front-end page may be determined, so as to store the page registration information in the fourth target page sub-configuration library 114.
In a specific example of the embodiment of the present application, fig. 4 is a schematic structural diagram of an example of a front-end page configuration management and control system provided by the embodiment of the present application, as shown in fig. 4, where the system includes: the system comprises a front-end page registration module (i.e. a development state), a front-end page configuration library, a front-end page execution module (i.e. a running state) and a front-end page management and control module (i.e. an implementation state). Specifically, the front-end page registration module may perform page registration on the front-end page after the front-end page development is completed, so as to register the front-end page to the front-end page configuration library. When a specific URL (i.e. a specific page in a service system) of a certain service system is accessed, configuration information of a corresponding page can be obtained in a front-end page configuration library through a front-end page execution module according to the URL. If the configuration information corresponding to the page is not found in the configuration library, the page is jumped to the page without prompting page through the unified jumped route; if the configuration information corresponding to the page is found, whether the current session has the access right of the page is identified according to the current right demand. If the access permission of the page is not available, the page is jumped to the page with no access permission prompt through unified jumped routing; if the page access right is provided and the configuration information is successfully matched, the page can be jumped to. The front-end page management and control module can realize page inquiry of the page, support a user to quickly inquire a front-end page configuration library through the page, acquire key elements of the page and know page conditions of a service system; the user is also supported to customize simulation parameters, access specific pages and know page elements and functions of the pages. The front-end page management and control module can also provide related interfaces of the query pages of the projects, and support enterprise-level unified integration management and control query. If a certain enterprise-level project comprises n systems, the front-end page management and control module can collect the page query functions of the n systems, so as to know the page conditions of the n systems. Meanwhile, as the data are real page data, no extra cost is required for technicians, on one hand, the maintenance cost of front-end engineering is reduced, and on the other hand, the real-time performance and accuracy of management and control are improved.
In another specific example of the embodiment of the present application, fig. 5 is a schematic diagram of a configuration page of a front-end page configuration library provided in the embodiment of the present application, and as shown in fig. 5, when a current front-end page is subjected to page registration, a page name, a page code, a page URL, a page parameter, and the like of the current front-end page may be determined, so as to store the above page information in the front-end page configuration library. It is understood that, when registering a page, fields in the registered page information may be added or deleted according to actual service requirements. For example, the registered page information may include page identification, page name, page URL, page parameters, page classification, creation time, creator, modification time, modifier, update reason or delete identification, etc.
Optionally, in the front-end page configuration library, the following functions may be implemented on a query list page of the front-end page configuration library: screening the page information in the front-end page configuration library through page names, page codes or page labels; and executing operations such as adding, modifying, previewing and deleting on the page information. In addition, page jumps can be simulated when previewing page information.
Optionally, in the front-end page configuration library, the following functions may be implemented on the newly added and edited pages of the front-end page configuration library: inputting or modifying page names, page codes, page URLs, page parameters, page tags, simulation data sources, page types, notes and other attributes; clicking the save button saves the page attributes.
Optionally, in the front-end page configuration library, the following functions may be implemented on a preview popup page of the front-end page configuration library: checking page configuration parameters; modifying the simulated page parameter data source; clicking the jump button jumps to the corresponding page.
Alternatively, unified page jumps may be implemented based on the front-end page configuration library. Specifically, the page jump path and the page configuration parameters in the front-end page configuration library can be queried according to the page codes, so that the page jump path and the page configuration parameters obtained by query are adjusted to the corresponding pages.
On the basis of the foregoing embodiments, the embodiment of the present application further provides a front-end page configuration management and control method, and fig. 6 is a flowchart of the front-end page configuration management and control method provided by the embodiment of the present application, where the embodiment of the present application may be suitable for a case of reducing complexity and time cost of a front-end page access process and improving management and control efficiency of a front-end page, and the method may be performed by the front-end page configuration management and control system described in any one of the foregoing embodiments, where the system may be implemented by software and/or hardware, and may generally be directly integrated in an electronic device executing the method, where the electronic device may be a terminal device or a server device, and the embodiment of the present application does not limit types of electronic devices executing the front-end page configuration and control method. Specifically, as shown in fig. 6, the front-end page configuration management and control method specifically includes the following steps:
S610, storing front-end page information corresponding to each front-end page through a front-end page configuration library; wherein the front page information includes first page information and second page information.
S620, acquiring first page information in the front-end page configuration library according to a front-end page access request through a front-end page execution module, so as to respond to the front-end page access request according to the first page information through the front-end page execution module.
S630, acquiring second page information in the front-end page configuration library according to a page information acquisition request through a front-end page management and control module, so that the front-end page management and control module responds to the page information acquisition request according to the second page information.
It should be noted that the order of S610, S620, and S630 is not limited in the embodiment of the present invention, that is, S610, S620, and S630 may be performed synchronously, or alternatively implemented.
In the embodiment of the invention, the front-end page configuration library is used for storing the front-end page information corresponding to each front-end page, and the front-end page execution module is used for acquiring the first page information in the front-end page configuration library according to the front-end page access request so as to respond to the front-end page access request according to the first page information, so that a technician or an analysis module code is not required to be queried when the front-end page is accessed, and the corresponding page information is only required to be acquired in the front-end page configuration library through the front-end page execution module, thereby reducing the complexity and time cost of the page access process. Meanwhile, the front-end page management and control module acquires second page information in the front-end page configuration library according to the page information acquisition request, so that the page information acquisition request is responded according to the second page information, namely, the front-end page management and control module only needs to acquire corresponding page information in the front-end page configuration library, so that the front-end page management and control efficiency is improved.
Fig. 7 is a flowchart of another front-end page configuration management and control method provided by the embodiment of the present application, where the foregoing technical solutions are further refined, and various specific alternative implementation manners are provided for obtaining, by a front-end page execution module, first page information in the front-end page configuration library according to a front-end page access request, and responding, by the front-end page execution module, to the front-end page access request according to the first page information. The technical solution in this embodiment may be combined with each of the alternatives in one or more embodiments described above. As shown in fig. 7, the method may include the steps of:
s710, storing front-end page information corresponding to each front-end page through a front-end page configuration library; wherein the front page information includes first page information and second page information.
S720, determining a target access page and a first target page sub-configuration library corresponding to the target access page according to the front-end page access request through the front-end page execution module.
S730, acquiring first page information corresponding to the target access page from the first target page sub-configuration library through the front-end page execution module.
S740, under the condition that the front-end page execution module determines that the first page information is successfully acquired, determining the target page access permission of the target access page, and responding to the front-end page access request according to the target page access permission through the front-end page execution module.
Optionally, responding, by the front-end page execution module, the front-end page access request according to the target page access authority may include: generating a prompt page without access right under the condition that the access right of the target page is determined to be without access right through the front-end page execution module; and accessing the target access page according to the first page information by the front-end page execution module under the condition that the target page access permission is determined to be the access permission.
S750, generating a page access failure prompt page by the front-end page execution module under the condition that the first page information is not successfully acquired.
S760, acquiring second page information in the front-end page configuration library according to a page information acquisition request through a front-end page management and control module, so that the front-end page management and control module responds to the page information acquisition request according to the second page information.
Fig. 8 is a flowchart of another front-end page configuration management and control method according to an embodiment of the present application, where the foregoing technical solutions are further refined, and various specific alternative implementations of acquiring, by a front-end page management and control module, second page information in the front-end page configuration library according to a page information acquisition request are provided. The technical solution in this embodiment may be combined with each of the alternatives in one or more embodiments described above. As shown in fig. 8, the method may include the steps of:
s810, storing front-end page information corresponding to each front-end page through a front-end page configuration library; wherein the front page information includes first page information and second page information.
S820, acquiring first page information in the front-end page configuration library according to a front-end page access request through a front-end page execution module, so as to respond to the front-end page access request according to the first page information through the front-end page execution module.
S830, determining, by the front-end page management and control module, a system to which at least one target page belongs and system page information to be acquired corresponding to the system to which each target page belongs according to the page information acquisition request.
S840, determining a second target page sub-configuration library corresponding to the system to which each target page belongs through the front-end page management and control module, and acquiring target system page information in each second target page sub-configuration library according to the system page information to be acquired.
S850, determining the second page information according to the target system page information through the front-end page management and control module, so as to respond to the page information acquisition request according to the second page information through the front-end page management and control module.
Fig. 9 is a flowchart of another front-end page configuration management and control method according to an embodiment of the present application, where the technical solution in this embodiment may be combined with each of the alternatives in one or more embodiments described above. As shown in fig. 9, the method may include the steps of:
s910, storing front-end page information corresponding to each front-end page through a front-end page configuration library; the front-end page information comprises first page information, second page information and third page information.
S920, acquiring first page information in the front-end page configuration library according to a front-end page access request through a front-end page execution module, so as to respond to the front-end page access request according to the first page information through the front-end page execution module.
S930, acquiring second page information in the front-end page configuration library according to a page information acquisition request through a front-end page management and control module, so that the front-end page management and control module responds to the page information acquisition request according to the second page information.
S940, acquiring the third page information from the front-end page configuration library according to a page preview request through the front-end page management and control module, and responding to the page preview request according to the third page information through the front-end page management and control module.
Optionally, the obtaining, by the front-end page management and control module, the third page information from the front-end page configuration library according to a page preview request may include: determining a page to be previewed and a third target page sub-configuration library corresponding to the page to be previewed according to the page preview request through the front-end page management and control module; and acquiring third page information corresponding to the page to be previewed from the third target page sub-configuration library through the front-end page management and control module.
Optionally, the responding, by the front-end page management and control module, the page preview request according to the third page information may include: determining modifiable page parameters corresponding to the page to be previewed according to the third page information through the front-end page management and control module; acquiring a parameter modification instruction corresponding to the modifiable page parameter through the front-end page management and control module, and performing parameter modification on the modifiable page parameter according to the parameter modification instruction; and updating the page to be previewed according to the parameter modification result by the front-end page management and control module, and responding to the page preview request according to the page update result.
Fig. 10 is a flowchart of another front-end page configuration management and control method according to an embodiment of the present application, where the technical solution in this embodiment may be combined with each of the alternatives in one or more embodiments described above. As shown in fig. 10, the method may include the steps of:
s1010, acquiring page registration information corresponding to a current front-end page through a front-end page registration module under the condition that the development of the current front-end page is determined to be completed, and sending the page registration information to the front-end page configuration library.
S1020, storing front-end page information corresponding to each front-end page through a front-end page configuration library; wherein the front page information includes first page information and second page information.
Optionally, storing, by the front-end page configuration library, front-end page information corresponding to each front-end page may include: under the condition that the front-end page configuration library receives the page registration information sent by the front-end page registration module, a fourth target page sub-configuration library corresponding to the current front-end page is determined, and the page registration information is stored in the fourth target page sub-configuration library
S1030, acquiring first page information in the front-end page configuration library by the front-end page execution module according to the front-end page access request, so as to respond to the front-end page access request by the front-end page execution module according to the first page information.
S1040, obtaining second page information in the front-end page configuration library according to a page information obtaining request through a front-end page management and control module, so that the front-end page management and control module responds to the page information obtaining request according to the second page information.
Fig. 11 shows a schematic diagram of the structure of an electronic device 10 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 11, the electronic device 10 includes at least one processor 11, and a memory such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, etc., communicatively connected to the at least one processor 11, wherein the memory stores a computer program executable by the at least one processor, and the processor 11 can perform various appropriate actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from the storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data required for the operation of the electronic device 10 may also be stored. The processor 11, the ROM 12 and the RAM 13 are connected to each other via a bus 14. An input/output (I/O) interface 15 is also connected to bus 14.
Various components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, etc.; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the electronic device 10 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the various methods and processes described above, such as the front-end page configuration management method.
In some embodiments, the front-end page configuration management method may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as storage unit 18. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into RAM 13 and executed by processor 11, one or more steps of the front-end page configuration management method described above may be performed. Alternatively, in other embodiments, the processor 11 may be configured to perform the front-end page configuration management method in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
The embodiments of the present application also provide a computer program product comprising a computer program which, when executed by a processor, implements a front-end page configuration management method as provided by any of the embodiments of the present application.
Computer program product in the implementation, the computer program code for carrying out operations of the present application may be written in one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.
Claims (16)
1. A front-end page configuration management and control system, comprising:
the front-end page configuration library is used for storing front-end page information corresponding to each front-end page; the front-end page information comprises first page information and second page information;
the front-end page executing module is used for acquiring the first page information from the front-end page configuration library according to a front-end page access request so as to respond to the front-end page access request according to the first page information;
the front-end page management and control module is used for acquiring the second page information in the front-end page configuration library according to a page information acquisition request so as to respond to the page information acquisition request according to the second page information;
The front-end page execution module is specifically configured to:
determining a target access page and a first target page sub-configuration library corresponding to the target access page according to the front-end page access request;
acquiring first page information corresponding to the target access page from the first target page sub-configuration library;
under the condition that the first page information is successfully acquired, determining the target page access permission of the target access page, and responding to the front-end page access request according to the target page access permission;
generating a page access failure prompt page under the condition that the first page information is not successfully acquired;
the front-end page management and control module is specifically configured to:
determining a system to which at least one target page belongs and system page information to be acquired corresponding to the system to which each target page belongs according to the page information acquisition request;
determining a second target page sub-configuration library corresponding to a system to which each target page belongs, and acquiring target system page information from each second target page sub-configuration library according to the system page information to be acquired;
and determining the second page information according to the target system page information.
2. The system of claim 1, wherein the number of front-end page execution modules is at least one;
the front-end page configuration library comprises at least one front-end page sub-configuration library; the front-end page sub-configuration library corresponds to the front-end page execution modules one by one.
3. The system of claim 1, wherein the front-end page execution module is further specifically configured to:
generating a prompt page without access right under the condition that the access right of the target page is determined to be without access right;
and accessing the target access page according to the first page information under the condition that the target page access right is determined to be the access right.
4. The system of claim 1, wherein the front-end page information stored in the front-end page configuration library further comprises third page information;
the front end page management and control module is further configured to:
and acquiring the third page information from the front-end page configuration library according to the page preview request, so as to respond to the page preview request according to the third page information.
5. The system of claim 4, wherein the front-end page management module is further specifically configured to:
Determining a page to be previewed and a third target page sub-configuration library corresponding to the page to be previewed according to the page preview request;
and acquiring third page information corresponding to the page to be previewed from the third target page sub-configuration library.
6. The system of claim 5, wherein the front-end page management module is further specifically configured to:
determining modifiable page parameters corresponding to the page to be previewed according to the third page information;
acquiring a parameter modification instruction corresponding to the modifiable page parameter, and performing parameter modification on the modifiable page parameter according to the parameter modification instruction;
and updating the page to be previewed according to the parameter modification result, and responding to the page preview request according to the page update result.
7. The system of claim 1, wherein the system further comprises:
the front-end page registration module is used for acquiring page registration information corresponding to the current front-end page under the condition that the development of the current front-end page is determined to be completed, and sending the page registration information to the front-end page configuration library so as to register the current front-end page.
8. The system according to claim 7, wherein the front-end page configuration library is specifically configured to:
under the condition that page registration information sent by the front-end page registration module is received, determining a fourth target page sub-configuration library corresponding to the current front-end page;
and storing the page registration information into the fourth target page sub-configuration library.
9. The front-end page configuration management and control method is characterized by comprising the following steps of:
storing front-end page information corresponding to each front-end page through a front-end page configuration library; the front-end page information comprises first page information and second page information;
acquiring first page information from the front-end page configuration library according to a front-end page access request through a front-end page execution module, so as to respond to the front-end page access request according to the first page information through the front-end page execution module;
acquiring second page information in the front-end page configuration library according to a page information acquisition request through a front-end page management and control module, so as to respond to the page information acquisition request according to the second page information through the front-end page management and control module;
the obtaining, by the front-end page execution module, the first page information in the front-end page configuration library according to a front-end page access request includes:
Determining a target access page and a first target page sub-configuration library corresponding to the target access page according to the front-end page access request through the front-end page execution module;
acquiring first page information corresponding to the target access page from the first target page sub-configuration library through the front-end page execution module;
the responding, by the front-end page executing module, the front-end page access request according to the first page information includes:
determining, by the front-end page execution module, a target page access permission of the target access page under the condition that the first page information is determined to be successfully acquired, and responding, by the front-end page execution module, to the front-end page access request according to the target page access permission;
generating a page access failure prompt page by the front-end page execution module under the condition that the first page information is not successfully acquired;
the step of obtaining, by the front-end page management and control module, second page information in the front-end page configuration library according to a page information obtaining request includes:
determining a system to which at least one target page belongs and system page information to be acquired corresponding to the system to which each target page belongs by the front-end page management and control module according to the page information acquisition request;
Determining a second target page sub-configuration library corresponding to a system to which each target page belongs through the front-end page management and control module, and acquiring target system page information from each second target page sub-configuration library according to the system page information to be acquired;
and determining the second page information according to the target system page information through the front-end page management and control module.
10. The method of claim 9, wherein said responding, by the front-end page execution module, to the front-end page access request according to the target page access right comprises:
generating a prompt page without access right under the condition that the access right of the target page is determined to be without access right through the front-end page execution module;
and accessing the target access page according to the first page information by the front-end page execution module under the condition that the target page access permission is determined to be the access permission.
11. The method of claim 9, wherein the front end page information further comprises third page information;
the method further comprises the steps of:
and acquiring the third page information from the front-end page configuration library according to a page preview request through the front-end page management and control module, and responding to the page preview request according to the third page information through the front-end page management and control module.
12. The method of claim 11, wherein the obtaining, by the front-end page management module, the third page information in the front-end page configuration library according to a page preview request, comprises:
determining a page to be previewed and a third target page sub-configuration library corresponding to the page to be previewed according to the page preview request through the front-end page management and control module;
and acquiring third page information corresponding to the page to be previewed from the third target page sub-configuration library through the front-end page management and control module.
13. The method of claim 12, wherein the responding to the page preview request by the front-end page management module according to the third page information comprises:
determining modifiable page parameters corresponding to the page to be previewed according to the third page information through the front-end page management and control module;
acquiring a parameter modification instruction corresponding to the modifiable page parameter through the front-end page management and control module, and performing parameter modification on the modifiable page parameter according to the parameter modification instruction;
and updating the page to be previewed according to the parameter modification result by the front-end page management and control module, and responding to the page preview request according to the page update result.
14. The method according to claim 9, wherein the method further comprises:
acquiring page registration information corresponding to a current front-end page through a front-end page registration module under the condition that the development of the current front-end page is determined to be completed, and sending the page registration information to the front-end page configuration library;
the storing, by the front-end page configuration library, front-end page information corresponding to each front-end page includes:
and under the condition that the front-end page configuration library receives the page registration information sent by the front-end page registration module, determining a fourth target page sub-configuration library corresponding to the current front-end page, and storing the page registration information into the fourth target page sub-configuration library.
15. A front-end page configuration management electronic device, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the front-end page configuration management method according to any of claims 9-14 when executing the computer program.
16. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements the front-end page configuration management method of any of claims 9-14.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310553000.3A CN116301869B (en) | 2023-05-17 | 2023-05-17 | Front-end page configuration management and control system, method, equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310553000.3A CN116301869B (en) | 2023-05-17 | 2023-05-17 | Front-end page configuration management and control system, method, equipment and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN116301869A CN116301869A (en) | 2023-06-23 |
CN116301869B true CN116301869B (en) | 2023-08-15 |
Family
ID=86794496
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202310553000.3A Active CN116301869B (en) | 2023-05-17 | 2023-05-17 | Front-end page configuration management and control system, method, equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN116301869B (en) |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005101946A2 (en) * | 2004-04-20 | 2005-11-03 | Embria Informática Ltda | A system for management of interactions between users and software applications in a web environment |
WO2007095834A1 (en) * | 2006-02-22 | 2007-08-30 | Dong Wang | Composite display method and system for search engine of same resource information based on degree of attention |
CN109005058A (en) * | 2018-07-19 | 2018-12-14 | 成都永汇科技有限公司 | A kind of intelligence system control platform and management-control method |
CN111984239A (en) * | 2019-05-24 | 2020-11-24 | 腾讯科技(深圳)有限公司 | Page configuration method, device, server and storage medium |
CN113204345A (en) * | 2021-05-28 | 2021-08-03 | 中国建设银行股份有限公司 | Page generation method and device, electronic equipment and storage medium |
CN113760278A (en) * | 2021-01-13 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Page management method and device |
CN114329297A (en) * | 2021-12-29 | 2022-04-12 | 深圳晶泰科技有限公司 | Content management system, static page management method, device and storage medium |
CN114461209A (en) * | 2021-12-20 | 2022-05-10 | 中国建设银行股份有限公司 | Page configuration and switching method, device, equipment and storage medium |
CN115062250A (en) * | 2022-07-28 | 2022-09-16 | 中国工商银行股份有限公司 | Page management method, server, development front end, portal webpage end and system |
CN115237467A (en) * | 2022-08-10 | 2022-10-25 | 平安科技(深圳)有限公司 | Page view configuration method and device, computer equipment and storage medium |
CN116127234A (en) * | 2023-02-17 | 2023-05-16 | 湖北全网智联科技有限公司 | Front-end general management system and method based on VUE architecture |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9038019B2 (en) * | 2013-02-05 | 2015-05-19 | Sap Se | Paige control for enterprise mobile applications |
US10572247B2 (en) * | 2016-06-01 | 2020-02-25 | Dell Products L.P. | Prototype management system |
US11055367B2 (en) * | 2018-11-14 | 2021-07-06 | Sap Se | Web application architecture for information management |
US20220391199A1 (en) * | 2021-06-02 | 2022-12-08 | Salesforce.Com, Inc. | Using templates to provision infrastructures for machine learning applications in a multi-tenant on-demand serving infrastructure |
-
2023
- 2023-05-17 CN CN202310553000.3A patent/CN116301869B/en active Active
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005101946A2 (en) * | 2004-04-20 | 2005-11-03 | Embria Informática Ltda | A system for management of interactions between users and software applications in a web environment |
WO2007095834A1 (en) * | 2006-02-22 | 2007-08-30 | Dong Wang | Composite display method and system for search engine of same resource information based on degree of attention |
CN109005058A (en) * | 2018-07-19 | 2018-12-14 | 成都永汇科技有限公司 | A kind of intelligence system control platform and management-control method |
CN111984239A (en) * | 2019-05-24 | 2020-11-24 | 腾讯科技(深圳)有限公司 | Page configuration method, device, server and storage medium |
CN113760278A (en) * | 2021-01-13 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Page management method and device |
CN113204345A (en) * | 2021-05-28 | 2021-08-03 | 中国建设银行股份有限公司 | Page generation method and device, electronic equipment and storage medium |
CN114461209A (en) * | 2021-12-20 | 2022-05-10 | 中国建设银行股份有限公司 | Page configuration and switching method, device, equipment and storage medium |
CN114329297A (en) * | 2021-12-29 | 2022-04-12 | 深圳晶泰科技有限公司 | Content management system, static page management method, device and storage medium |
CN115062250A (en) * | 2022-07-28 | 2022-09-16 | 中国工商银行股份有限公司 | Page management method, server, development front end, portal webpage end and system |
CN115237467A (en) * | 2022-08-10 | 2022-10-25 | 平安科技(深圳)有限公司 | Page view configuration method and device, computer equipment and storage medium |
CN116127234A (en) * | 2023-02-17 | 2023-05-16 | 湖北全网智联科技有限公司 | Front-end general management system and method based on VUE architecture |
Also Published As
Publication number | Publication date |
---|---|
CN116301869A (en) | 2023-06-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11481184B2 (en) | Database systems and methods for conversation-driven dynamic updates | |
CN110858172A (en) | Automatic test code generation method and device | |
CN111125064B (en) | Method and device for generating database schema definition statement | |
CN112860744A (en) | Business process processing method and device | |
CN108959294B (en) | Method and device for accessing search engine | |
CN113962597A (en) | Data analysis method and device, electronic equipment and storage medium | |
CN113157523B (en) | Service monitoring method and device, computer equipment and storage medium | |
CN116301869B (en) | Front-end page configuration management and control system, method, equipment and medium | |
CN112860538A (en) | Method and device for performing interface regression test based on online log | |
CN116150517A (en) | Page processing method and device, electronic equipment and medium | |
CN115422202A (en) | Service model generation method, service data query method, device and equipment | |
CN110471708B (en) | Method and device for acquiring configuration items based on reusable components | |
CN114661274A (en) | Method and device for generating intelligent contract | |
CN113297087A (en) | Test method and device | |
CN113079046A (en) | Data access method and device, electronic equipment and medium | |
CN113886216A (en) | Interface test and tool configuration method, device, electronic equipment and storage medium | |
CN111400623A (en) | Method and apparatus for searching information | |
CN111176982A (en) | Test interface generation method and device | |
CN113900895B (en) | Information processing method, information processing apparatus, storage medium, and electronic device | |
CN115203599B (en) | Information recommendation method, device, equipment and storage medium | |
CN113138912B (en) | Interface testing method and system, client and server | |
CN112527880B (en) | Method, device, equipment and medium for collecting metadata information of big data cluster | |
CN118568006A (en) | Application interface calling method, device, equipment, storage medium and program product | |
CN113849170A (en) | Code sharing method and device, electronic equipment and storage medium | |
CN114490729A (en) | Data acquisition method, device and equipment based on multiple databases |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |