CN112528198B - Front-end-based detail authority control method, system, equipment and medium - Google Patents

Front-end-based detail authority control method, system, equipment and medium Download PDF

Info

Publication number
CN112528198B
CN112528198B CN202011345191.7A CN202011345191A CN112528198B CN 112528198 B CN112528198 B CN 112528198B CN 202011345191 A CN202011345191 A CN 202011345191A CN 112528198 B CN112528198 B CN 112528198B
Authority
CN
China
Prior art keywords
control
request
webpage
key value
detail
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
Application number
CN202011345191.7A
Other languages
Chinese (zh)
Other versions
CN112528198A (en
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.)
Fuzhou Zhixiang Information Technology Co ltd
Original Assignee
Fuzhou Zhixiang Information Technology 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 Fuzhou Zhixiang Information Technology Co ltd filed Critical Fuzhou Zhixiang Information Technology Co ltd
Priority to CN202011345191.7A priority Critical patent/CN112528198B/en
Publication of CN112528198A publication Critical patent/CN112528198A/en
Application granted granted Critical
Publication of CN112528198B publication Critical patent/CN112528198B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention provides a front-end-based detail authority control method, a system, equipment and a medium in the field of computers, wherein the method comprises the following steps: step S10, setting a jump page corresponding to each primary control of the left menu bar, and a request and request parameters corresponding to each secondary control on each jump page; step S20, after receiving the trigger signal of the primary control, the webpage jumps to a corresponding jump page; step S30, after receiving the trigger signal of the secondary control, the webpage sends the request and the request parameter corresponding to the secondary control to the server; step S40, the server stores the corresponding key value pair sent to the webpage based on the stored comparison table, the received request and the request parameter; step S50, the webpage receives the key value pair returned by the server and carries out preprocessing; and step S60, the webpage executes corresponding operation based on the preprocessed key value pairs and displays the webpage. The invention has the advantages that: the efficiency and the application range of authority control are greatly improved.

Description

Front-end-based detail authority control method, system, equipment and medium
Technical Field
The present invention relates to the field of computers, and in particular, to a front-end based detail right control method, system, device, and medium.
Background
With the advancement of science and technology, computers have become an indispensable office and entertainment tool in people's life. When a computer is used, related operations need to be performed through a user interface, for example, a button on a menu bar of a browser homepage is clicked to trigger corresponding page jump and the like, and in order to manage a user, the detail authority of each button needs to be controlled.
Conventionally, the authority control for the user interface is implemented by a routing table, that is, the authority control is performed by acquiring the authority of the current user and comparing the authority on the routing table, however, the conventional method has the following disadvantages: 1. the comparison of the routing table needs to be carried out at the back end, so that the efficiency of authority control is low; 2. when a user does not have the authority of a certain button in the left menu bar, the button cannot be clicked and cannot jump to generate a corresponding page, so that the authority control cannot be performed on the button on the page, namely, the detail authority control cannot be realized, and the application range is narrow.
Therefore, how to provide a front-end-based detail right control method, system, device and medium to improve the efficiency and the application range of right control becomes a problem to be solved urgently.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, a system, a device and a medium for controlling detail authority based on a front end, so as to improve the efficiency and the application range of the authority control.
In a first aspect, the present invention provides a front-end-based detail right control method, including the following steps:
step S10, setting a jump page corresponding to each primary control of the left menu bar, and a request and request parameters corresponding to each secondary control on each jump page;
step S20, directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control;
step S30, after receiving the trigger signal of the secondary control, the webpage sends the request and the request parameter corresponding to the secondary control to a server;
step S40, the server stores a comparison table corresponding to the request parameters, the requests and the key value pairs one by one, and sends the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters;
step S50, the webpage receives the key value pairs returned by the server, and preprocesses the key value pairs;
and step S60, the webpage executes corresponding operation based on the preprocessed key value pairs and displays the webpage, and the detail authority control is completed.
Further, in step S10, the primary control and the secondary control are buttons, forms, events or input boxes;
and the request parameter is a control ID corresponding to the secondary control.
Further, in step S40, the key of the key-value pair is a relative path of the request, and the value is an attribute of the request; the attributes of the request are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, or TRACE.
Further, the step S50 is specifically:
the webpage receiving server returns the key value pair, whether a blank exists at the beginning or the end of the key value pair is judged, if yes, the blank is deleted, and the step S60 is carried out; if not, the process proceeds directly to step S60.
In a second aspect, the present invention provides a front-end based detail permission control system, including the following modules:
the association module is used for setting a jump page corresponding to each primary control of the left menu bar, and a request parameter corresponding to each secondary control on each jump page;
the first trigger module is used for directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control;
the second trigger module is used for sending a request corresponding to the secondary control and request parameters to a server after the webpage receives the trigger signal of the secondary control;
the key value pair sending module is used for storing a comparison table in which the request parameters, the requests and the key value pairs are in one-to-one correspondence by the server and sending the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters;
the key value pair preprocessing module is used for receiving the key value pair returned by the server by the webpage and preprocessing the key value pair;
and the detail authority control module is used for executing corresponding operation on the webpage based on the preprocessed key value pair and displaying the webpage to finish detail authority control.
Further, in the association module, the primary control and the secondary control are buttons, forms, events or input boxes;
and the request parameter is a control ID corresponding to the secondary control.
Further, in the key-value pair sending module, the key of the key-value pair is a relative path of the request, and the value is an attribute of the request; the attributes of the request are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, or TRACE.
Further, the key-value pair preprocessing module specifically includes:
the webpage receives the key value pair returned by the server, judges whether a blank exists at the beginning or the end of the key value pair, if so, deletes the blank, and enters a detail authority control module; if not, directly entering a detail authority control module.
In a third aspect, the present invention provides a front-end based detail right control device, including a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program to implement the method of the first aspect.
In a fourth aspect, the present invention provides a front-end based detail right control medium having a computer program stored thereon, which when executed by a processor, performs the method of the first aspect.
One or more technical solutions provided in the embodiments of the present invention have at least the following technical effects or advantages:
1. after the trigger signal of the secondary control is received through the webpage, the request and the request parameter corresponding to the secondary control are sent to the server, the server sends the corresponding key value pair to the webpage based on the comparison table, the received request and the request parameter, the webpage executes corresponding operation based on the key value pair, namely, the detail permission control is completed through the webpage at the front end, and compared with a routing table at a server at the rear end in the prior art, the permission control efficiency is greatly improved.
2. After the trigger signal of the primary control is received through the webpage, the webpage directly skips to the corresponding skip page, namely, the authority is not set for the primary control, and the detail authority control is directly carried out on the secondary control on the skip page, so that the defect that the skip page cannot be displayed because the secondary control does not have the authority of the primary control in the prior art is avoided, and the application range of the authority control is greatly expanded.
3. The keys of the key value pairs are set as relative paths, so that the method is convenient to adapt to different operating environments, such as different domain names and different servers, the cost of development and maintenance is saved, and the efficiency of development and maintenance is improved.
4. By preprocessing the key value pair, namely detecting whether blanks exist at the beginning and the end of the key value pair or not, if yes, deleting the blanks, avoiding the failure of detail authority control caused by the generation of redundant blanks due to misoperation during key value pair entry, and greatly improving the stability of system operation.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flow chart of a front-end based detail right control method according to the present invention.
Fig. 2 is a schematic structural diagram of a front-end-based detail right control system according to the present invention.
Fig. 3 is a schematic structural diagram of a front-end-based detail right control device according to the present invention.
Fig. 4 is a schematic structural diagram of a detail right control medium based on a front end according to the present invention.
Detailed Description
The embodiment of the application realizes the efficiency and the application range of the authority control by providing the front-end-based detail authority control method, system, device and medium.
Example one
The embodiment provides a detail authority control method based on a front end, as shown in fig. 1, including the following steps:
step S10, setting a jump page corresponding to each primary control of the left menu bar, and a request and request parameters corresponding to each secondary control on each jump page;
step S20, directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control; after the webpage at the front end receives the trigger signal of the primary control, the webpage directly skips to the corresponding skip page, namely, the authority is not set for the primary control, and the secondary control on the skip page is directly subjected to detail authority control, so that the defect that the skip page cannot be displayed because the secondary control does not have the authority of the primary control in the prior art is avoided, and the application range of the authority control is greatly expanded.
The skipping of the skipping page is in the prior art, namely two tags are defined to correspondingly trigger signals and display parts to the corresponding skipping page through a browser, a page technology of a webpage and a page implementation principle, and skipping of the skipping page is achieved.
Step S30, after receiving the trigger signal of the secondary control, the webpage sends the request and the request parameter corresponding to the secondary control to a server through a browser data interaction method; the server records the received request into a database, so that later-stage tracing is facilitated;
step S40, the database of the server stores a comparison table in which the request parameters, the requests and the key value pairs are in one-to-one correspondence, and sends the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters;
step S50, the webpage receives the key value pairs returned by the server, and preprocesses the key value pairs; by preprocessing the key value pair, namely detecting whether blanks exist at the beginning and the end of the key value pair or not, if yes, deleting the blanks, avoiding the failure of detail authority control caused by the generation of redundant blanks due to misoperation during key value pair entry, and greatly improving the stability of system operation.
And step S60, the webpage executes corresponding operation based on the preprocessed key value pairs and displays the webpage, and the detail authority control is completed. After the trigger signal of the secondary control is received through the webpage, the request and the request parameter corresponding to the secondary control are sent to the server, the server sends the corresponding key value pair to the webpage based on the comparison table, the received request and the request parameter, the webpage executes corresponding operation based on the key value pair, namely, the detail permission control is completed through the webpage at the front end, and compared with a routing table of a server at the rear end in the prior art, the permission control efficiency is greatly improved.
In step S10, the primary control and the secondary control are buttons, forms, events, or input boxes;
the request parameter is a control ID corresponding to the secondary control; namely, the comparison table stores the corresponding relation among the control ID, the request and the key value pair.
In step S40, the key of the key-value pair is the relative path of the request, and the value is the attribute of the request; the attributes of the request are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, or TRACE. GET represents page information specified by the request and returns an entity body; HEAD is used to obtain the header; POST represents that data is submitted to a specified resource for processing request; PUT represents that data transmitted from a client to a server replaces specified document content; DELETE indicates that the server is requested to DELETE the specified page; CONNECT indicates connection is established; OPTIONS represents allowing the client to view the capabilities of the server; PATCH is used for updating local resources; TRACE represents a request received by the echoing server for testing or diagnosis. The keys of the key value pairs are set as relative paths, so that the method is convenient to adapt to different operating environments, such as different domain names and different servers, the cost of development and maintenance is saved, and the efficiency of development and maintenance is improved.
The step S50 specifically includes:
the webpage receiving server returns the key value pair, whether a blank exists at the beginning or the end of the key value pair is judged, if yes, the blank is deleted, and the step S60 is carried out; if not, the process proceeds directly to step S60.
Example two
The embodiment provides a detail authority control system based on a front end, as shown in fig. 2, including the following modules:
the association module is used for setting a jump page corresponding to each primary control of the left menu bar, and a request parameter corresponding to each secondary control on each jump page;
the first trigger module is used for directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control; after the webpage at the front end receives the trigger signal of the primary control, the webpage directly skips to the corresponding skip page, namely, the authority is not set for the primary control, and the secondary control on the skip page is directly subjected to detail authority control, so that the defect that the skip page cannot be displayed because the secondary control does not have the authority of the primary control in the prior art is avoided, and the application range of the authority control is greatly expanded.
The skipping of the skipping page is in the prior art, namely two tags are defined to correspondingly trigger signals and display parts to the corresponding skipping page through a browser, a page technology of a webpage and a page implementation principle, and skipping of the skipping page is achieved.
The second trigger module is used for sending a request and request parameters corresponding to the secondary control to a server through a browser data interaction method after the webpage receives the trigger signal of the secondary control; the server records the received request into a database, so that later-stage tracing is facilitated;
the key value pair sending module is used for storing a comparison table in which the request parameters, the requests and the key value pairs are in one-to-one correspondence in a database of the server and sending the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters;
the key value pair preprocessing module is used for receiving the key value pair returned by the server by the webpage and preprocessing the key value pair; by preprocessing the key value pair, namely detecting whether blanks exist at the beginning and the end of the key value pair or not, if yes, deleting the blanks, avoiding the failure of detail authority control caused by the generation of redundant blanks due to misoperation during key value pair entry, and greatly improving the stability of system operation.
And the detail authority control module is used for executing corresponding operation on the webpage based on the preprocessed key value pair and displaying the webpage to finish detail authority control. After the trigger signal of the secondary control is received through the webpage, the request and the request parameter corresponding to the secondary control are sent to the server, the server sends the corresponding key value pair to the webpage based on the comparison table, the received request and the request parameter, the webpage executes corresponding operation based on the key value pair, namely, the detail permission control is completed through the webpage at the front end, and compared with a routing table of a server at the rear end in the prior art, the permission control efficiency is greatly improved.
In the association module, the primary control and the secondary control are buttons, forms, events or input boxes;
the request parameter is a control ID corresponding to the secondary control; namely, the comparison table stores the corresponding relation among the control ID, the request and the key value pair.
In the key-value pair sending module, the key of the key-value pair is the relative path of the request, and the value is the attribute of the request; the attributes of the request are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, or TRACE. GET represents page information specified by the request and returns an entity body; HEAD is used to obtain the header; POST represents that data is submitted to a specified resource for processing request; PUT represents that data transmitted from a client to a server replaces specified document content; DELETE indicates that the server is requested to DELETE the specified page; CONNECT indicates connection is established; OPTIONS represents the ability to allow a client to view a server; PATCH is used for updating local resources; TRACE represents a request received by the echoing server for testing or diagnosis. The keys of the key value pairs are set as relative paths, so that the method is convenient to adapt to different operating environments, such as different domain names and different servers, the cost of development and maintenance is saved, and the efficiency of development and maintenance is improved.
The key-value pair preprocessing module specifically comprises:
the webpage receives the key value pair returned by the server, judges whether a blank exists at the beginning or the end of the key value pair, if so, deletes the blank, and enters a detail authority control module; if not, directly entering a detail authority control module.
Based on the same inventive concept, the application provides an electronic device embodiment corresponding to the first embodiment, which is detailed in the third embodiment.
EXAMPLE III
The embodiment provides a front-end-based detail right control device, as shown in fig. 3, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and when the processor executes the computer program, any one of the embodiments may be implemented.
Since the electronic device described in this embodiment is a device used for implementing the method in the first embodiment of the present application, based on the method described in the first embodiment of the present application, a person skilled in the art can understand a specific implementation manner of the electronic device in this embodiment and various variations thereof, and therefore, a detailed description of how the electronic device implements the method in the first embodiment of the present application is not given here. The equipment used by those skilled in the art to implement the method in the embodiments of the present application is all within the protection scope of the present application.
Based on the same inventive concept, the application provides a storage medium corresponding to the fourth embodiment, which is described in detail in the fourth embodiment.
Example four
The embodiment provides a detail right control medium based on a front end, as shown in fig. 4, on which a computer program is stored, and when the computer program is executed by a processor, any one of the embodiments may be implemented.
The technical scheme provided in the embodiment of the application at least has the following technical effects or advantages:
1. after the trigger signal of the secondary control is received through the webpage, the request and the request parameter corresponding to the secondary control are sent to the server, the server sends the corresponding key value pair to the webpage based on the comparison table, the received request and the request parameter, the webpage executes corresponding operation based on the key value pair, namely, the detail permission control is completed through the webpage at the front end, and compared with a routing table of a server at the rear end in the prior art, the permission control efficiency is greatly improved.
2. After the webpage receives the trigger signal of the primary control, the webpage directly skips to the corresponding skip page, namely, the authority is not set for the primary control, and the detail authority control is directly carried out on the secondary control on the skip page, so that the defect that the skip page cannot be displayed because the authority of the primary control is not possessed in the prior art is avoided, and the application range of the authority control is greatly expanded.
3. The keys of the key value pairs are set as relative paths, so that the method is convenient to adapt to different operating environments, such as different domain names and different servers, the cost of development and maintenance is saved, and the efficiency of development and maintenance is improved.
4. By preprocessing the key value pair, namely detecting whether blanks exist at the beginning and the end of the key value pair or not, if yes, deleting the blanks, avoiding the failure of detail authority control caused by the generation of redundant blanks due to misoperation during key value pair entry, and greatly improving the stability of system operation.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (6)

1. A detail authority control method based on a front end is characterized in that: the method comprises the following steps:
step S10, setting a jump page corresponding to each primary control of the left menu bar, and a request and request parameters corresponding to each secondary control on each jump page; the primary control and the secondary control are buttons, forms, events or input boxes;
step S20, directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control;
step S30, after receiving the trigger signal of the secondary control, the webpage sends the request and the request parameter corresponding to the secondary control to a server;
step S40, the server stores a comparison table corresponding to the request parameters, the requests and the key value pairs one by one, and sends the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters; the key of the key-value pair is the relative path of the request, and the value is the attribute of the request; the attribute of the request is GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH or TRACE;
step S50, the webpage receives the key value pair returned by the server, judges whether the beginning or the end of the key value pair has a blank, if yes, deletes the blank, and enters step S60; if not, go directly to step S60;
and step S60, the webpage executes corresponding operation based on the preprocessed key value pairs and displays the webpage, and the detail authority control is completed.
2. A front-end based detail right control method according to claim 1, characterized by: in step S10, the request parameter is a control ID corresponding to the secondary control.
3. A detail authority control system based on a front end is characterized in that: the system comprises the following modules:
the association module is used for setting a jump page corresponding to each primary control of the left menu bar, and a request parameter corresponding to each secondary control on each jump page; the primary control and the secondary control are buttons, forms, events or input boxes;
the first trigger module is used for directly jumping to the corresponding jump page after the webpage receives the trigger signal of the primary control;
the second trigger module is used for sending a request corresponding to the secondary control and request parameters to a server after the webpage receives the trigger signal of the secondary control;
the key value pair sending module is used for storing a comparison table in which the request parameters, the requests and the key value pairs are in one-to-one correspondence by the server and sending the corresponding key value pairs to the webpage based on the comparison table, the received requests and the request parameters; the key of the key-value pair is the relative path of the request, and the value is the attribute of the request; the attribute of the request is GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH or TRACE;
the key value pair preprocessing module is used for receiving the key value pair returned by the server by the webpage, judging whether a blank exists at the beginning or the end of the key value pair, if so, deleting the blank and entering the detail authority control module; if not, directly entering a detail authority control module;
and the detail authority control module is used for executing corresponding operation on the webpage based on the preprocessed key value pair and displaying the webpage to finish detail authority control.
4. A front-end based detail rights control system as claimed in claim 3, wherein: in the association module, the request parameter is a control ID corresponding to the secondary control.
5. A front-end based detail right control device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 2 when executing the program.
6. A front-end based detail right control medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, carries out the method according to any one of claims 1 to 2.
CN202011345191.7A 2020-11-26 2020-11-26 Front-end-based detail authority control method, system, equipment and medium Active CN112528198B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011345191.7A CN112528198B (en) 2020-11-26 2020-11-26 Front-end-based detail authority control method, system, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011345191.7A CN112528198B (en) 2020-11-26 2020-11-26 Front-end-based detail authority control method, system, equipment and medium

Publications (2)

Publication Number Publication Date
CN112528198A CN112528198A (en) 2021-03-19
CN112528198B true CN112528198B (en) 2022-08-16

Family

ID=74993591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011345191.7A Active CN112528198B (en) 2020-11-26 2020-11-26 Front-end-based detail authority control method, system, equipment and medium

Country Status (1)

Country Link
CN (1) CN112528198B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104965691A (en) * 2014-04-18 2015-10-07 腾讯科技(深圳)有限公司 Method, apparatus and system for configuring page elements of a webpage
CN110750765A (en) * 2019-09-27 2020-02-04 奇安信科技集团股份有限公司 Service system, front-end page control method thereof, computer device, and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153768A (en) * 2016-12-05 2018-06-12 腾讯科技(深圳)有限公司 Method for page jump, data processing method, device and page jump control system
CN108234533B (en) * 2016-12-12 2021-10-15 阿里巴巴集团控股有限公司 User operation processing method and related equipment
CN108958855B (en) * 2017-05-26 2021-12-21 阿里巴巴集团控股有限公司 Page jump method, device and system
CN111444500A (en) * 2020-03-02 2020-07-24 深圳壹账通智能科技有限公司 Authentication method, device, equipment and readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104965691A (en) * 2014-04-18 2015-10-07 腾讯科技(深圳)有限公司 Method, apparatus and system for configuring page elements of a webpage
CN110750765A (en) * 2019-09-27 2020-02-04 奇安信科技集团股份有限公司 Service system, front-end page control method thereof, computer device, and storage medium

Also Published As

Publication number Publication date
CN112528198A (en) 2021-03-19

Similar Documents

Publication Publication Date Title
US7676816B2 (en) Systems and methods for integrating services
US7769821B2 (en) Systems and methods for enhanced meassage support using a generic client proxy
US10268568B2 (en) System and method for data element tracing
US9442822B2 (en) Providing a visual representation of a sub-set of a visual program
US6539397B1 (en) Object-oriented paradigm for accessing system service requests by modeling system service calls into an object framework
CN104572067A (en) Associating a visualization of user interface with source code
US8533587B2 (en) Web server, web server having function of Java servlet, and computer readable medium
CN111078274A (en) Code development method and device, electronic equipment and computer storage medium
CN114185632B (en) Page configuration method, page configuration device, computer equipment, medium and program product
CN115576600A (en) Code change-based difference processing method and device, terminal and storage medium
CN112528198B (en) Front-end-based detail authority control method, system, equipment and medium
CN112686580A (en) Workflow definition method and system capable of customizing flow
CN112738550B (en) Content data processing method and device, electronic equipment and medium
CN109389271B (en) Application performance management method and system
CN113495723B (en) Method, device and storage medium for calling functional component
US11422680B1 (en) Workflow execution framework
CN113971191A (en) Data import method and device and computer readable storage medium
CN105389257A (en) System parameter processing method, apparatus and system
US20140033089A1 (en) Integration of transactional actions into analytical reports
CN110874713A (en) Service state management method and device
CN112445790B (en) Report data storage method, device, equipment and medium
CN115481129A (en) Data processing method, data processing device, electronic equipment and storage medium
US8174540B1 (en) Consistency checking of user-settable isolated parameters in a graphical model
CN116166162A (en) Visual operation method and device of database and computer readable medium
CN102654829B (en) Record attribute amending method and device

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