CN113835737A - Method and system for adding authority to front-end project - Google Patents

Method and system for adding authority to front-end project Download PDF

Info

Publication number
CN113835737A
CN113835737A CN202110977142.3A CN202110977142A CN113835737A CN 113835737 A CN113835737 A CN 113835737A CN 202110977142 A CN202110977142 A CN 202110977142A CN 113835737 A CN113835737 A CN 113835737A
Authority
CN
China
Prior art keywords
authority
project
item
management
routing information
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.)
Pending
Application number
CN202110977142.3A
Other languages
Chinese (zh)
Inventor
孙奇凡
尤金涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Traffic Control Technology TCT Co Ltd
Original Assignee
Traffic Control Technology TCT Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Traffic Control Technology TCT Co Ltd filed Critical Traffic Control Technology TCT Co Ltd
Priority to CN202110977142.3A priority Critical patent/CN113835737A/en
Publication of CN113835737A publication Critical patent/CN113835737A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Bioethics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Automation & Control Theory (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method and a system for adding authority to a front-end project, which comprises the following steps: acquiring routing information in the front-end project based on the frame type of the front-end project; determining a rights management target based on the routing information; determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project; and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item. According to the invention, when the project file is read in the front-end project, the authority management is added by the routing information, and the related authority is automatically generated, so that a user can customize an authority management code, a more complex authority management function is realized, and the labor cost of project development is effectively saved.

Description

Method and system for adding authority to front-end project
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for adding authorities to front-end projects.
Background
In front-end project development, it is a common requirement to implement rights management. With the rapid development of the related technologies of the front-end projects, it is very inconvenient to realize the authority management function in each project structure, for example, it is very familiar with the development of the authority in the applet when a user authority function is added in the applet, and if a software right covered by a whole end is developed, many rights making experiences related to the technology are known, so that not only a lot of time is consumed to learn related knowledge, but also good opportunity for software to be online is likely to be missed, and thus the current situation is problematic.
The existing rights management technology has the following defects:
1) when a front-end developer faces different front-end projects, the difficulty of realizing the user authority function according to different project characteristics is very high;
2) leading to increased front end project costs;
3) the maintenance work of front-end projects is not facilitated;
4) the project development efficiency is low.
Therefore, a new method for adding the authority to the front-end item needs to be provided.
Disclosure of Invention
The invention provides a method and a system for adding authorities to a front-end project, which are used for solving the defects of higher implementation difficulty, higher development cost and the like when authorities are added to the front-end project in the prior art.
In a first aspect, the present invention provides a method for adding a right to a front-end item, including:
acquiring routing information in the front-end project based on the frame type of the front-end project;
determining a rights management target based on the routing information;
determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project;
and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
In one embodiment, the obtaining the routing information in the front-end item based on the framework type of the front-end item includes:
determining the front-end item having a front-end separation pattern;
and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
In one embodiment, the obtaining the routing information in the front-end item based on the framework type of the front-end item includes:
and acquiring a routing file in the front-end project according to the frame type, and acquiring the routing information by the routing file.
In one embodiment, the determining a rights management objective based on the routing information includes:
establishing a permission management file, and determining a high-order component for permission management in the permission management file;
determining the rights management objective based on the higher order component.
In one embodiment, the determining a rights management component according to the rights management target, adding the rights management component to the route of the front-end item, and obtaining a rights management item includes:
if the front-end project is based on a web end and developed based on an vue framework and/or a React framework, encapsulating the high-level component;
and determining a corresponding routing component and a preset field by the high-order component, and verifying the routing component based on the preset field to obtain the authority management item.
In one embodiment, the determining a rights management component according to the rights management target, adding the rights management component to the route of the front-end item, and obtaining a rights management item further includes:
if the front-end project is developed based on a flutter cross-platform, acquiring the routing information and intercepting a stack for storing the routing information;
and adding authentication information into the routing information to obtain routing information carrying the authentication information, and obtaining the authority management item by obtaining the routing information carrying the authentication information from the stack.
In a second aspect, the present invention further provides a system for adding a right to a front-end item, including:
the acquisition module is used for acquiring the routing information in the front-end project based on the frame type of the front-end project;
a first determining module, configured to determine a rights management target based on the routing information;
the adding module is used for determining a permission management component according to the permission management target, adding the permission management component to the route of the front-end project and obtaining a permission management project;
and the processing module is used for adding a preset authority function code in the authority management project to obtain the control authority of the front-end project.
In one embodiment, further comprising:
a second determining module for determining the front-end item having a front-end separation mode; and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
In a third aspect, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the program to implement the steps of the method for adding the authority to the front-end item according to any one of the above-mentioned methods.
In a fourth aspect, the present invention also provides a non-transitory computer readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the steps of the method for adding a right to a front-end item as described in any one of the above.
According to the method and the system for adding the authority of the front-end project, provided by the invention, the project file is read in the front-end project, the authority management is added through the routing information, the related authority is automatically generated, so that a user can customize an authority management code, a more complex authority management function is realized, and the labor cost of project development is effectively saved.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flow chart illustrating a method for adding a right to a front-end item according to the present invention;
FIG. 2 is a logic diagram of the automatic addition of permissions by the front end provided by the present invention;
FIG. 3 is a schematic structural diagram of a system for adding rights to a front-end item provided by the present invention;
fig. 4 is a schematic structural diagram of an electronic device provided in the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The front-end development is a process of creating a front-end interface such as a Web page or an APP and presenting the front-end interface to a user, and user interface interaction of an internet product is realized through HTML, CSS and JavaScript and various derived technologies, frames and solutions. The front-end development is evolved from webpage making, and has obvious era characteristics in name. In the evolution process of the internet, the webpage making is a product of the Web1.0 era, the main content of the early website is static, pictures and characters are taken as the main content, and the behavior of a user using the website is also taken as the main content of browsing. With the development of internet technology and the application of HTML5 and CSS3, modern web pages are more beautiful, the interaction effect is obvious, and the functions are more powerful. It can be seen that the main role of front-end development is to better present the interface of the website to the user.
In the front-end development process, various authorities are required to be added and set, and aiming at various defects existing in the prior art when the authorities are added, the invention provides a novel method for adding the authorities to the front-end project. The method aims to reduce the difficulty of authority management in front-end development, reduce maintenance work of the authority management and reduce the cost of front-end development of authority management services.
Fig. 1 is a schematic flow chart of a method for adding a right to a front-end item provided by the present invention, as shown in fig. 1, including:
s1, acquiring the routing information in the front-end project based on the frame type of the front-end project;
s2, determining the authority management target based on the routing information;
s3, determining a rights management component according to the rights management target, adding the rights management component to the route of the front-end project, and obtaining a rights management project;
and S4, adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
The method for adding the authority to the front-end project, provided by the invention, specifically comprises the following steps:
firstly, frame type information of related front-end projects is obtained, and the related front-end projects need to be basic projects which can run under a certain frame and meet a project frame of a front-end and back-end separated development mode, so that the permission adding method provided by the invention can be adopted.
And judging whether the current frame is vue or a React frame according to the acquired frame type information, further searching whether a routing file exists in the project according to different frame characteristics, and storing the related routing information.
And reminding the operation user of managing which specific authorities in the route are needed according to the grasped route information, and processing the relevant route after the user selects.
And then, establishing a right management file by the routing information collected by the user, automatically creating a high-order component for right management in the right management file for specially managing the right, and adding the high-order component to the route which is selected by the user and needs to be added with the right, so that the right management can be carried out on the route of the whole item.
Here, the React and Vue frameworks have many similarities, with the use of Virtual DOM, and provide responsive (Reactive) and componentized (Composable) view components. Attention is kept on the core libraries, while other functions such as routing and global state management are handed over to the relevant libraries. The fact has richer ecosystems than Vue and has a scheme supporting native, RN of fact, under Wee of vue, SSR server rendering is supported, and pushes are supported for communication between parent and child components, while in terms of performance, fact and Vue can provide similar performance in most common scenes, generally Vue has little advantage because Virtual DOM implementation of Vue is relatively more lightweight.
As shown in fig. 2, firstly, a basic front-end item is constructed, and a right is automatically added to the basic front-end item to obtain a front-end item with a right management function, so that a user can add a custom-injected front-end right module code, and finally obtain a high-level right front-end item.
According to the invention, when the project file is read in the front-end project, the authority management is added by the routing information, and the related authority is automatically generated, so that a user can customize an authority management code, a more complex authority management function is realized, and the labor cost of project development is effectively saved.
Based on the above embodiment, the method step S1 includes:
determining the front-end item having a front-end separation pattern;
and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
It should be noted that the front-end project targeted by the present invention must be a basic project that can be operated under a certain framework, and a project framework that satisfies the development mode of separating the front end from the back end can be identified in the present invention.
When starting, the key files of the project, such as the web end, are automatically traversed, the package json file is found first, and then the specific information using the framework is searched.
The method and the system have the advantages that the specific type of the front-end project is identified, and the corresponding specific frame type information is pertinently acquired, so that the subsequent corresponding authority management is facilitated.
Based on any of the above embodiments, the method step S1 includes:
and acquiring a routing file in the front-end project according to the frame type, and acquiring the routing information by the routing file.
Optionally, according to the frame type information in the front-end project, generally, it is necessary to determine whether an vue frame or a reach frame is currently used, and according to different frame characteristics, further search whether a routing file exists in the project, assuming that the found read frame is found at this time, the routing information is obtained according to the routing file, and then the routing information is stored.
The invention adopts a method for obtaining the routing information through the corresponding routing files aiming at different frame types, and is suitable for the routing processing of various types of frames.
Based on any of the above embodiments, the method step S2 includes:
establishing a permission management file, and determining a high-order component for permission management in the permission management file;
determining the rights management objective based on the higher order component.
Optionally, on the basis of the above embodiment, the present invention specifically constructs a rights management file according to the obtained routing information, and then automatically creates a high-level component for rights management inside the rights management file.
Here, the high-order component (high-order component) is similar to a high-order function, receives the read component as an input, outputs a new read component, and makes the code have reusability, logical and abstract features, can hijack the render method, and can control the programs and the states.
Generally, there are two methods for implementing high-order components:
property proxy (prop proxy): the attribute component operates the props through the wrapped React component;
reverse proxy (ownership update): the high-order component inherits the packaged React component.
According to the invention, the high-order component is used in the authority management file to further carry out authority management, so that the function of automatic authority setting is realized, and the development efficiency of the project is improved.
Based on any of the above embodiments, the method step S3 includes:
if the front-end project is based on a web end and developed based on an vue framework and/or a React framework, encapsulating the high-level component;
and determining a corresponding routing component and a preset field by the high-order component, and verifying the routing component based on the preset field to obtain the authority management item.
Optionally, for different front-end framework types, the present invention performs different rights management modes on the route of the whole front-end item through the high-level component constructed in the foregoing embodiment.
If it is a web-end project, the mainstream frameworks are vue and fact, and the external presentation is in the form of small programs and fast applications, i.e. derivative products of the web front-end technology.
For example, aiming at a React frame, a file is newly established to encapsulate a high-order component, then a routing component and a preset field are set, and the routing component is verified through the preset field, so that authority management is realized.
In the case of a hybrid development framework, the hybrid development framework basically uses the web-side framework vue and fact, and therefore the method is also used to implement the construction of the rights management project.
Aiming at a front-end framework of a commonly used web end project, the invention obtains a complete authority management project through a high-order component, a set routing component and a preset field, and is convenient for a user to add a self-defined authority code and obtain a self-defined control authority.
Based on any of the above embodiments, the method step S3 further includes:
if the front-end project is developed based on a flutter cross-platform, acquiring the routing information and intercepting a stack for storing the routing information;
and adding authentication information into the routing information to obtain routing information carrying the authentication information, and obtaining the authority management item by obtaining the routing information carrying the authentication information from the stack.
Optionally, if the front-end item is based on flutter, which is a new cross-platform technology, all routing information is acquired first, then a stack storing all router information is intercepted, the routing information is acquired according to the stack information, and by injecting authentication information into the routing information, whether a page is rendered can be determined each time the page is rendered by taking out the route from the stack, so as to achieve the purpose of authority management.
Here, flutter cross-platform technology is created by a team of engineers in Google for creating high-performance, cross-platform mobile applications. flutter is optimized for current and future mobile devices, focusing on Android and iOS low latency inputs and high frame rates. In addition, the flutter can provide a simple and efficient way for developers to build and deploy cross-platform, high-performance mobile applications; the user is provided with a beautiful, fast, jitter-free app experience.
Aiming at the front-end framework of the flutter cross-platform, the invention obtains the complete authority management project by managing the stack for storing the routing information, and also realizes the convenience for the user to add the self-defined authority code and obtain the self-defined control authority.
The system for adding the authority to the front-end item provided by the invention is described below, and the system for adding the authority to the front-end item described below and the method for adding the authority to the front-end item described above can be referred to correspondingly.
Fig. 3 is a schematic structural diagram of a system for adding a right to a front-end item provided by the present invention, as shown in fig. 3, including: an obtaining module 31, a first determining module 32, an adding module 33 and a processing module 34, wherein:
the obtaining module 31 is configured to obtain routing information in the front-end project based on a frame type of the front-end project; the first determining module 32 is used for determining a right management target based on the routing information; the adding module 33 is configured to determine a rights management component according to the rights management target, add the rights management component to the route of the front-end item, and obtain a rights management item; the processing module 34 is configured to add a preset authority function code to the authority management item to obtain a control authority for the front-end item.
According to the invention, when the project file is read in the front-end project, the authority management is added by the routing information, and the related authority is automatically generated, so that a user can customize an authority management code, a more complex authority management function is realized, and the labor cost of project development is effectively saved.
Based on the above embodiment, the system further includes a second determining module 35, where the second determining module 35 is configured to determine the front-end item having a front-end separation mode; and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
The method and the system have the advantages that the specific type of the front-end project is identified, and the corresponding specific frame type information is pertinently acquired, so that the subsequent corresponding authority management is facilitated.
Fig. 4 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 4: a processor (processor)410, a communication Interface 420, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are communicated with each other via the communication bus 440. The processor 410 may call logic instructions in the memory 430 to perform a method of adding permissions to a front-end item, the method comprising: acquiring routing information in the front-end project based on the frame type of the front-end project; determining a rights management target based on the routing information; determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project; and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
In addition, the logic instructions in the memory 430 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, the present invention also provides a computer program product, including a computer program stored on a non-transitory computer-readable storage medium, the computer program including program instructions, which when executed by a computer, enable the computer to perform a method for adding a right to a front-end item provided by the above methods, the method including: acquiring routing information in the front-end project based on the frame type of the front-end project; determining a rights management target based on the routing information; determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project; and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
In yet another aspect, the present invention also provides a non-transitory computer readable storage medium having stored thereon a computer program, which when executed by a processor, implements a method for performing the above-provided front-end item add rights, the method comprising: acquiring routing information in the front-end project based on the frame type of the front-end project; determining a rights management target based on the routing information; determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project; and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for adding authority to a front-end item is characterized by comprising the following steps:
acquiring routing information in the front-end project based on the frame type of the front-end project;
determining a rights management target based on the routing information;
determining a right management component according to the right management target, and adding the right management component to the route of the front-end project to obtain a right management project;
and adding a preset authority function code in the authority management item to obtain the control authority of the front-end item.
2. The method for adding authority to a front-end item according to claim 1, wherein the obtaining of the routing information in the front-end item based on the framework type of the front-end item comprises:
determining the front-end item having a front-end separation pattern;
and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
3. The method for adding authority to a front-end item according to claim 1 or 2, wherein the obtaining of the routing information in the front-end item based on the framework type of the front-end item includes:
and acquiring a routing file in the front-end project according to the frame type, and acquiring the routing information by the routing file.
4. The method for adding authority to front-end item according to claim 1, wherein the determining the authority management target based on the routing information comprises:
establishing a permission management file, and determining a high-order component for permission management in the permission management file;
determining the rights management objective based on the higher order component.
5. The method for adding authority to a front-end item according to claim 4, wherein the determining an authority management component according to the authority management target, adding the authority management component to a route of the front-end item, and obtaining an authority management item includes:
if the front-end project is based on a web end and developed based on an vue framework and/or a React framework, encapsulating the high-level component;
and determining a corresponding routing component and a preset field by the high-order component, and verifying the routing component based on the preset field to obtain the authority management item.
6. The method for adding authority to a front-end item according to claim 4, wherein the determining an authority management component according to the authority management target, adding the authority management component to a route of the front-end item to obtain the authority management item, further comprises:
if the front-end project is developed based on a flutter cross-platform, acquiring the routing information and intercepting a stack for storing the routing information;
and adding authentication information into the routing information to obtain routing information carrying the authentication information, and obtaining the authority management item by obtaining the routing information carrying the authentication information from the stack.
7. A system for adding rights to a front-end item, comprising:
the acquisition module is used for acquiring the routing information in the front-end project based on the frame type of the front-end project;
a first determining module, configured to determine a rights management target based on the routing information;
the adding module is used for determining a permission management component according to the permission management target, adding the permission management component to the route of the front-end project and obtaining a permission management project;
and the processing module is used for adding a preset authority function code in the authority management project to obtain the control authority of the front-end project.
8. The front-end item add-on-rights system of claim 7, further comprising:
a second determining module for determining the front-end item having a front-end separation mode; and acquiring a front-end frame to be processed in the front-end project and acquiring the frame type of the front-end frame to be processed by traversing preset key files in the front-end project.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program performs the steps of the method for adding rights to a front-end item as claimed in any one of claims 1 to 6.
10. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements the steps of the method for adding rights to a front-end item according to any one of claims 1 to 6.
CN202110977142.3A 2021-08-24 2021-08-24 Method and system for adding authority to front-end project Pending CN113835737A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110977142.3A CN113835737A (en) 2021-08-24 2021-08-24 Method and system for adding authority to front-end project

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110977142.3A CN113835737A (en) 2021-08-24 2021-08-24 Method and system for adding authority to front-end project

Publications (1)

Publication Number Publication Date
CN113835737A true CN113835737A (en) 2021-12-24

Family

ID=78961161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110977142.3A Pending CN113835737A (en) 2021-08-24 2021-08-24 Method and system for adding authority to front-end project

Country Status (1)

Country Link
CN (1) CN113835737A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114780196A (en) * 2022-04-29 2022-07-22 北京百度网讯科技有限公司 User interface form rendering method and device, electronic equipment and storage medium
CN116009935A (en) * 2023-03-20 2023-04-25 成都数之联科技股份有限公司 JS state management method, device, equipment and medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0834804A2 (en) * 1996-07-01 1998-04-08 Sun Microsystems, Inc. Object-oriented system, method and article of manifacture for a client-server state machine in an interprise computing framework system
CN108549799A (en) * 2018-04-13 2018-09-18 深圳壹账通智能科技有限公司 Management method, device, terminal and the computer storage media of Android permission
US20190180039A1 (en) * 2017-12-12 2019-06-13 Fmr Llc Systems and Methods for Dynamic Application Management
CN110442326A (en) * 2019-08-11 2019-11-12 西藏宁算科技集团有限公司 A kind of method and its system simplifying separation permission control in front and back end based on Vue
CN110502712A (en) * 2019-08-09 2019-11-26 广东浪潮大数据研究有限公司 A kind of web menu generation method, device and server
US20190385099A1 (en) * 2018-06-18 2019-12-19 Bank Of America Corporation Core process framework for integrating disparate applications
CN110647320A (en) * 2019-08-14 2020-01-03 平安普惠企业管理有限公司 Project framework construction method and device, computer equipment and storage medium
CN111835646A (en) * 2020-07-13 2020-10-27 四川虹魔方网络科技有限公司 Vue-based modular routing management method and authority control method
CN111897520A (en) * 2020-07-31 2020-11-06 平安科技(深圳)有限公司 Front-end project framework construction method and device, computer equipment and storage medium
CN112016128A (en) * 2020-10-29 2020-12-01 北京淇瑀信息科技有限公司 Vue development method and device based on CRUD and authority management
CN112104617A (en) * 2020-08-27 2020-12-18 中国平安财产保险股份有限公司 Authority management method, device, equipment and storage medium of microservice
CN112217731A (en) * 2020-10-16 2021-01-12 青岛海尔科技有限公司 Target application generation method and device and storage medium
CN112241266A (en) * 2019-07-17 2021-01-19 腾讯科技(北京)有限公司 Authority control method, device and equipment under front-end rendering scene and storage medium
CN113254100A (en) * 2021-05-25 2021-08-13 四川虹魔方网络科技有限公司 Vue-based multi-level routing dynamic loading implementation method
CN113268260A (en) * 2021-06-07 2021-08-17 京东科技控股股份有限公司 Routing method and device for web front end

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0834804A2 (en) * 1996-07-01 1998-04-08 Sun Microsystems, Inc. Object-oriented system, method and article of manifacture for a client-server state machine in an interprise computing framework system
US20190180039A1 (en) * 2017-12-12 2019-06-13 Fmr Llc Systems and Methods for Dynamic Application Management
CN108549799A (en) * 2018-04-13 2018-09-18 深圳壹账通智能科技有限公司 Management method, device, terminal and the computer storage media of Android permission
US20190385099A1 (en) * 2018-06-18 2019-12-19 Bank Of America Corporation Core process framework for integrating disparate applications
CN112241266A (en) * 2019-07-17 2021-01-19 腾讯科技(北京)有限公司 Authority control method, device and equipment under front-end rendering scene and storage medium
CN110502712A (en) * 2019-08-09 2019-11-26 广东浪潮大数据研究有限公司 A kind of web menu generation method, device and server
CN110442326A (en) * 2019-08-11 2019-11-12 西藏宁算科技集团有限公司 A kind of method and its system simplifying separation permission control in front and back end based on Vue
CN110647320A (en) * 2019-08-14 2020-01-03 平安普惠企业管理有限公司 Project framework construction method and device, computer equipment and storage medium
CN111835646A (en) * 2020-07-13 2020-10-27 四川虹魔方网络科技有限公司 Vue-based modular routing management method and authority control method
CN111897520A (en) * 2020-07-31 2020-11-06 平安科技(深圳)有限公司 Front-end project framework construction method and device, computer equipment and storage medium
CN112104617A (en) * 2020-08-27 2020-12-18 中国平安财产保险股份有限公司 Authority management method, device, equipment and storage medium of microservice
CN112217731A (en) * 2020-10-16 2021-01-12 青岛海尔科技有限公司 Target application generation method and device and storage medium
CN112016128A (en) * 2020-10-29 2020-12-01 北京淇瑀信息科技有限公司 Vue development method and device based on CRUD and authority management
CN113254100A (en) * 2021-05-25 2021-08-13 四川虹魔方网络科技有限公司 Vue-based multi-level routing dynamic loading implementation method
CN113268260A (en) * 2021-06-07 2021-08-17 京东科技控股股份有限公司 Routing method and device for web front end

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈辰;王萌;程旭;: "基于路由模式的前端框架设计与改进", 电脑知识与技术, vol. 14, no. 12, 25 April 2018 (2018-04-25), pages 53 - 58 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114780196A (en) * 2022-04-29 2022-07-22 北京百度网讯科技有限公司 User interface form rendering method and device, electronic equipment and storage medium
CN114780196B (en) * 2022-04-29 2023-07-28 北京百度网讯科技有限公司 User interface form rendering method and device, electronic equipment and storage medium
CN116009935A (en) * 2023-03-20 2023-04-25 成都数之联科技股份有限公司 JS state management method, device, equipment and medium
CN116009935B (en) * 2023-03-20 2023-06-27 成都数之联科技股份有限公司 JS state management method, device, equipment and medium

Similar Documents

Publication Publication Date Title
US10990367B2 (en) Application development method, tool, and device, and storage medium
US20200167174A1 (en) System and method for identifying, indexing, and navigating to deep states of mobile applications
US10726195B2 (en) Filtered stylesheets
US9983892B2 (en) Deep linking to mobile application states through programmatic replay of user interface events
KR102179149B1 (en) Page component dynamic layout
US10437570B2 (en) Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage
US10333972B2 (en) Method and apparatus for detecting hidden content of web page
JP2018517206A (en) Application page quick access
CN109388766A (en) The method and apparatus of page load
CN105354014A (en) Application interface rendering display method and apparatus
CN105205080B (en) Redundant file method for cleaning, device and system
CN113835737A (en) Method and system for adding authority to front-end project
CN104794046B (en) The method and system of symbolic program running log
CN110020370B (en) Method and device for realizing animation in client application and framework of animation script
CN113010149B (en) Application loading method and device, user terminal and server
US8655865B1 (en) Method and apparatus for indexing rich internet content using contextual information
CN112068879A (en) Method and device for constructing client application development framework based on configuration
US9785560B2 (en) Scene-isolated internet application
US10296566B2 (en) Apparatus and method for outputting web content that is rendered based on device information
RU2595763C2 (en) Method and apparatus for managing load on basis of android browser
CN108345461B (en) Application updating method and device and computer readable storage medium
CN107180107B (en) Method and system for uploading selected files by mobile phone attachment under Ionic framework
Vavru et al. Android programming: Complete application programming guide
Ramanujam et al. PhoneGap: Beginner's Guide
Krawczyk et al. Best practices for creating websites optimized for mobile devices

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