CN114416195A - H5 page loading method and device, intelligent terminal and server - Google Patents

H5 page loading method and device, intelligent terminal and server Download PDF

Info

Publication number
CN114416195A
CN114416195A CN202111600450.0A CN202111600450A CN114416195A CN 114416195 A CN114416195 A CN 114416195A CN 202111600450 A CN202111600450 A CN 202111600450A CN 114416195 A CN114416195 A CN 114416195A
Authority
CN
China
Prior art keywords
page
target
login
loading
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.)
Granted
Application number
CN202111600450.0A
Other languages
Chinese (zh)
Other versions
CN114416195B (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.)
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Original Assignee
Qingdao Haier Technology Co Ltd
Haier Smart Home 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 Qingdao Haier Technology Co Ltd, Haier Smart Home Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202111600450.0A priority Critical patent/CN114416195B/en
Publication of CN114416195A publication Critical patent/CN114416195A/en
Application granted granted Critical
Publication of CN114416195B publication Critical patent/CN114416195B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a device for loading an H5 page, an intelligent terminal and a server, which are applied to the technical field of Internet.A target H5 page is loaded by the intelligent terminal and login information of a current user is sent by the intelligent terminal, a login request and an auxiliary page are sent by the server according to the login information, the auxiliary page is loaded by the intelligent terminal and returned to a target H5 page, only page returning operation is carried out, so that the login request of the server is successfully received, then the target H5 page is stored and switched to the login page, and the target H5 page is loaded by the intelligent terminal again under the condition that the current user successfully logs in. According to the method, the auxiliary page is introduced, page rollback operation is achieved through the auxiliary page, the intelligent terminal can be ensured to smoothly receive the login request, then the target H5 page is automatically loaded again, the user does not need to participate in the whole process except the login operation, the number of clicks of the user is effectively reduced, and the use experience of the user is improved.

Description

H5 page loading method and device, intelligent terminal and server
Technical Field
The invention belongs to the technical field of internet, and particularly relates to a method and a device for loading an H5 page, an intelligent terminal and a server.
Background
The size of an applet, such as a WeChat applet, running on an intelligent terminal such as a mobile phone or a tablet computer is strictly required, so that pages in the applet are stored in a remote server, the applet pages stored in the server are H5 pages related to the invention, and most of the intelligent terminals acquire and load the H5 pages through a webview technology.
In practical application, if the H5 page browsed by the user requires the user to perform login operation, the server sends a login request to the intelligent terminal, and the intelligent terminal loads the login page according to the obtained login request, so as to perform login verification. Because many applets do not support real-time communication between the server and the intelligent terminal, the login request sent by the server can be received by the intelligent terminal only when the applets perform page rollback, component destruction or page sharing operation.
For a scene of receiving a login request based on page rollback, an intelligent terminal firstly needs to rollback from a currently displayed H5 page to an applet page before an H5 page, then loads a login page, and after the login is completed, a user needs to click again to return to an H5 page.
Disclosure of Invention
In view of this, an object of the present invention is to provide a method, an apparatus, an intelligent terminal and a server for loading an H5 page, which implement page rollback through an auxiliary page, ensure that a user login operation is completed, implement automatic loading of a target H5 page on the basis of the page rollback, reduce the number of clicks of the user, and help to improve the user experience, and the specific scheme is as follows:
in a first aspect, the present invention provides an H5 page loading method, which is applied to an intelligent terminal, and the method includes:
loading a target H5 page and sending login information of a current user;
acquiring and loading an auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
returning the target H5 page to receive the login request;
responding to the login request, storing the target H5 page and switching to a login page;
and in the case that the current user login is successful, loading the target H5 page again.
Optionally, the storing the target H5 page and switching to a login page includes:
storing the link address of the target H5 page;
the target H5 page is unloaded, and a landing page is loaded.
Optionally, before returning to the target H5 page, the method further includes:
and changing the preset destroying flag bit of the auxiliary page from an invalid state to an effective state.
Optionally, the uninstalling the target H5 page includes:
acquiring the state of the preset destruction flag bit;
and if the preset destruction flag bit is switched from the invalid state to the valid state, unloading the target H5 page.
Optionally, the reloading the target H5 page includes:
acquiring page information of the target H5 page according to the link address;
and loading the target H5 page again according to the page information.
In a second aspect, the present invention provides an H5 page loading method, applied to a server, where the method includes:
receiving login information of a current user, wherein the login information is sent out after a target H5 page is loaded;
if the current user is in the non-login state, sending a login request and an auxiliary page;
the auxiliary page is used for receiving the login request after page rollback operation is carried out, and the login request is used for loading a login page;
acquiring a loading request of the target H5 page under the condition that the current user successfully logs in;
feeding back page information of the target H5 page according to the loading request, wherein the page information is used for loading the target H5 page again.
In a third aspect, the present invention provides an H5 page loading apparatus, which is applied to an intelligent terminal, and the apparatus includes:
the first loading unit is used for loading a target H5 page and sending login information of a current user;
the second loading unit is used for acquiring and loading the auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
a rollback unit for retiring the target H5 page to receive the login request;
the switching unit is used for responding to the login request, storing the target H5 page and switching to a login page;
and the third loading unit is used for loading the target H5 page again under the condition that the current user is successfully logged in.
In a fourth aspect, the present invention provides an H5 page loading apparatus applied to a server, the apparatus including:
the system comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving login information of a current user, and the login information is sent out after a target H5 page is loaded;
the sending unit is used for sending a login request and an auxiliary page if the current user is in a non-login state;
the auxiliary page is used for receiving the login request after page rollback operation is carried out, and the login request is used for loading a login page;
a first obtaining unit, configured to obtain a load request of the target H5 page under a condition that the current user successfully logs in;
and the feedback unit is used for feeding back the page information of the target H5 page according to the loading request, and the page information is used for loading the target H5 page again.
In a fifth aspect, the present invention provides an intelligent terminal, including: a memory and a processor; the memory stores a program adapted to be executed by the processor to implement the H5 page loading method according to any one of the first aspect of the present invention.
In a sixth aspect, the present invention provides a server, comprising: a memory and a processor; the memory stores a program suitable for the processor to execute so as to realize the H5 page loading method of the second aspect of the invention.
Based on the technical scheme, according to the H5 page loading method provided by the embodiment of the invention, the intelligent terminal loads the target H5 page and sends the login information of the current user, the server sends the login request and the auxiliary page according to the login information, the intelligent terminal loads the auxiliary page and returns to the target H5 page, only the page rollback operation is performed, so that the login request of the server is successfully received, then the login request is responded, the target H5 page is stored and switched to the login page, the login information is input by the current user, and the target H5 page is loaded again by the intelligent terminal under the condition that the login of the current user is successful. According to the H5 page loading method provided by the invention, the auxiliary page is introduced, the page rollback operation is realized through the auxiliary page, the intelligent terminal is ensured to smoothly receive the login request, the user login operation is completed, then the target H5 page is automatically loaded again, the user does not need to participate in the whole process except the login operation, the clicking times of the user are effectively reduced, and the use experience of the user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of an H5 page loading method according to an embodiment of the present invention;
fig. 2 is a block diagram of an H5 page loading apparatus according to an embodiment of the present invention;
fig. 3 is a block diagram of another H5 page loading apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a still another H5 page recording apparatus according to an embodiment of the present invention;
fig. 5 is a block diagram of an intelligent terminal according to an embodiment of the present invention;
fig. 6 is a block diagram of a server according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, 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.
For understanding the H5 page loading method provided by the present invention, the related concepts related to the following contents will be described first. The intelligent terminal mentioned in the embodiment of the application refers to an electronic device running an applet, such as a smart phone, a tablet computer, and the like, the server refers to a server storing H5 pages, the applet running in the intelligent terminal can obtain the H5 page stored in the server based on webview technology and display the page on the intelligent terminal, and compared with the H5 page, the page displayed by the intelligent terminal without accessing the server in the applet is an applet page. The applet described in the embodiments of the present invention may be any applet in the prior art, such as a wechat applet or a pay applet.
Based on the above, referring to fig. 1, fig. 1 is a flowchart of an H5 page loading method according to an embodiment of the present invention, and as shown in fig. 1, the flow of the method may include:
s100, the intelligent terminal loads a target H5 page and sends login information of the current user.
In practical application, in order to improve the use experience of a user, regardless of whether the current user logs in the applet, the intelligent terminal acquires and loads an H5 page from the server according to the click operation of the current user on the applet, and simultaneously sends login information of the current user to the server, wherein the login information is used for representing whether the current user is in a login state or an unregistered state. Specifically, the sending of the login information may be implemented based on a form of parameter transmission, and of course, may also be implemented by other manners in the prior art, which is not limited in this disclosure.
It can be understood that the process of loading the target H5 page by the smart terminal in this step is triggered by the current user, such as clicking on a page component in the applet, obtaining the corresponding target H5 page information through the component, and the like.
S110, the server receives the login information of the current user.
As can be seen from the foregoing steps, the login information is sent after the intelligent terminal loads the target H5 page, and the specific implementation that the server receives the login information of the current user may be implemented by referring to the prior art and may be matched with S100.
S120, the server sends a login request and an auxiliary page under the condition that the current user is in a non-login state.
The server can determine whether the current user is in a login state or not according to the obtained login information, and if the current user is in an unregistered state, the server sends a login request and an auxiliary page to the intelligent terminal.
It can be understood that, according to the foregoing, in the case that the applet of the smart terminal cannot perform real-time communication with the server, only when the applet performs a page rollback operation, a component destruction operation, or a page sharing operation, the smart terminal can successfully receive the login request sent by the server, and therefore, although the server sends the login request in this step, the smart terminal does not yet successfully receive the login request, and only can receive the auxiliary page.
Optionally, the server may send the login request to the intelligent terminal by calling a preset interface function. For example, for a wechat applet, sending a login request can be achieved through uni. Of course, other ways of sending the login request may be used, which are not listed here.
It should be noted that, if the login information indicates that the current user is already in the login state, the corresponding function shown in the target H5 page may be executed directly according to the prior art, and the subsequent steps are not executed.
S130, the intelligent terminal obtains and loads the auxiliary page.
After the server sends the auxiliary page, the intelligent terminal can smoothly receive and load the auxiliary page and display the auxiliary page in the display interface.
And S140, the intelligent terminal returns to the target H5 page to receive the login request.
The intelligent terminal backs the currently loaded auxiliary page to the target H5 page, that is, the page back operation is realized through the auxiliary page, and based on the foregoing, performing the page back operation can enable the intelligent terminal to successfully receive the login request sent by the server in S120.
Optionally, while performing the page rollback operation, the intelligent terminal may further modify the preset destruction flag in the auxiliary page from an invalid state to an valid state, that is, from False to true.
S150, the intelligent terminal responds to the login request, stores the target H5 page and switches to the login page.
After successfully receiving the login request sent by the server, the intelligent terminal stores a target H5 page, specifically, a link address of the target H5 page in the server can be stored, a preset destruction flag bit of the auxiliary page is detected, and if the preset destruction flag bit is modified from an invalid state to a valid state, the target H5 page is unloaded, and meanwhile, the preset login page is recorded.
It is understood that if the preset destruction flag is not provided, the intelligent terminal may directly uninstall the target H5 page after storing the target H5 page, that is, directly uninstall the current webview node, and then record the login page.
It should be noted that, for the loading process of the login page, the loading process may be implemented by referring to the prior art, and the present invention is not limited to this specifically.
And S160, the intelligent terminal sends a loading request of a target H5 page under the condition that the current user successfully logs in.
After the intelligent terminal loads the login page, the current user can input relevant information required by login, such as a user name, a login password and the like, in the login page, and if the current user successfully logs in, a loading request of a target H5 page is sent to the server.
Conversely, if the current user fails to log in successfully, the subsequent operation cannot be performed, which can be implemented according to the prior art and is not expanded here.
Optionally, if the link address of the target H5 page is stored in the previous step, the load request sent in this step should include the link address, so as to obtain the page information of the target H5 page through the link address.
S170, the server acquires a loading request of the target H5 page and feeds back page information of the target H5 page according to the loading request.
Optionally, if the loading request of the intelligent terminal includes the link address of the target H5 page, the server may feed back corresponding page information according to the link address. Of course, if the load request does not include the link address of the target H5 page, the method may also be implemented by other ways capable of determining the page information of the target H5 page, and the method also falls within the scope of protection of the present invention without departing from the core idea of the present invention.
And S180, the intelligent terminal loads the target H5 page again.
Through the steps, when the current user finishes logging in, the intelligent terminal can load the target H5 page again according to the obtained page information, and after the loading is successful, the current user can access all preset functions in the target H5 page.
In summary, the H5 page loading method provided by the invention introduces the auxiliary page, realizes the page rollback operation through the auxiliary page, ensures that the intelligent terminal can smoothly receive the login request, completes the user login operation, and then automatically loads the target H5 page again, and the whole process does not need the user to participate except the login operation, thereby effectively reducing the click times of the user and being beneficial to improving the use experience of the user.
The following introduces an H5 page loading apparatus provided in the embodiment of the present invention, where the H5 page loading apparatus described below may be regarded as a functional module architecture that needs to be set in a central device to implement the H5 page loading method provided in the embodiment of the present invention; the following description may be cross-referenced with the above.
Fig. 2 is a block diagram of an H5 page loading apparatus according to an embodiment of the present invention, where the apparatus is applied to an intelligent terminal, and referring to fig. 2, the apparatus may include:
the first loading unit 1 is used for loading a target H5 page and sending login information of a current user;
the second loading unit 2 is used for acquiring and loading the auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
a rollback unit 3 for retiring the target H5 page to receive the login request;
the switching unit 4 is used for responding to the login request, storing a target H5 page and switching to the login page;
and the third loading unit 5 is used for loading the target H5 page again under the condition that the current user login is successful.
Optionally, the switching unit 4 is configured to store the target H5 page and switch to the login page, and includes:
the link address of the storage target H5 page;
the target H5 page is unloaded, and the landing page is loaded.
Optionally, the third loading unit 5 is configured to load the target H5 page again, and includes:
acquiring page information of a target H5 page according to the link address;
the target H5 page is loaded again based on the page information.
Optionally, referring to fig. 3, fig. 3 is a block diagram of another H5 page loading apparatus according to an embodiment of the present invention, where on the basis of the embodiment shown in fig. 2, the apparatus further includes:
and the recording unit 6 is used for modifying the preset destroying flag bit of the auxiliary page from an invalid state to a valid state.
Optionally, the switching unit 4 is configured to unload the target H5 page, and specifically includes:
acquiring the state of a preset destruction flag bit;
if the default destroy flag is switched from the invalid state to the valid state, the target H5 page is unloaded.
Optionally, referring to fig. 4, fig. 4 is a block diagram of another H5 page loading apparatus according to an embodiment of the present invention, which is applied to a server, and the apparatus includes:
the receiving unit 7 is configured to receive login information of a current user, where the login information is sent out after a target H5 page is loaded;
the sending unit 8 is used for sending a login request and an auxiliary page if the current user is in a non-login state;
the auxiliary page is used for receiving the login request after page rollback operation is carried out, and the login request is used for loading a login page;
the first obtaining unit 9 is configured to obtain a loading request of a target H5 page sent by the intelligent terminal under the condition that the current user successfully logs in;
and a feedback unit 10, configured to feed back page information of the target H5 page according to the load request, where the page information is used to load the target H5 page again.
Optionally, referring to fig. 5, fig. 5 is a block diagram of a structure of an intelligent terminal provided in an embodiment of the present invention, as shown in fig. 5, the block diagram may include: at least one processor 100, at least one communication interface 200, at least one memory 300, and at least one communication bus 400;
in the embodiment of the present invention, the number of the processor 100, the communication interface 200, the memory 300, and the communication bus 400 is at least one, and the processor 100, the communication interface 200, and the memory 300 complete the communication with each other through the communication bus 400; it is clear that the communication connections shown by the processor 100, the communication interface 200, the memory 300 and the communication bus 400 shown in fig. 6 are only optional;
optionally, the communication interface 200 may be an interface of a communication module;
the processor 100 may be a central processing unit CPU or an application Specific Integrated circuit asic or one or more Integrated circuits configured to implement embodiments of the present invention.
The memory 300, which stores application programs, may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory.
The processor 100 is specifically configured to execute an application program in the memory, so as to implement any embodiment of the method executed by the intelligent terminal in the H5 page loading method.
Optionally, referring to fig. 6, fig. 6 is a block diagram of a server according to an embodiment of the present invention, and referring to fig. 6, the server may include: at least one processor 500, at least one communication interface 600, at least one memory 700, and at least one communication bus 800;
in the embodiment of the present invention, the number of the processor 500, the communication interface 600, the memory 700, and the communication bus 800 is at least one, and the processor 500, the communication interface 600, and the memory 700 complete the communication with each other through the communication bus 800; it should be apparent that the communication connections shown by processor 500, communication interface 600, memory 700, and communication bus 800 shown in FIG. 6 are merely optional;
optionally, the communication interface 600 may be an interface of a communication module;
the processor 500 may be a central processing unit CPU or an application Specific Integrated circuit asic or one or more Integrated circuits configured to implement embodiments of the present invention.
The memory 700, which stores application programs, may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory.
The processor 500 is specifically configured to execute an application program in the memory to implement any embodiment of the method executed by the server in the H5 page loading method.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An H5 page loading method is applied to an intelligent terminal, and the method comprises the following steps:
loading a target H5 page and sending login information of a current user;
acquiring and loading an auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
returning the target H5 page to receive the login request;
responding to the login request, storing the target H5 page and switching to a login page;
and in the case that the current user login is successful, loading the target H5 page again.
2. The H5 page loading method of claim 1, wherein the storing the target H5 page and switching to a landing page comprises:
storing the link address of the target H5 page;
the target H5 page is unloaded, and a landing page is loaded.
3. The H5 page loading method of claim 2, wherein before returning the target H5 page, further comprising:
and changing the preset destroying flag bit of the auxiliary page from an invalid state to an effective state.
4. The H5 page loading method of claim 3, wherein the unloading the target H5 page comprises:
acquiring the state of the preset destruction flag bit;
and if the preset destruction flag bit is switched from the invalid state to the valid state, unloading the target H5 page.
5. The H5 page loading method of claim 2, wherein the reloading the target H5 page comprises:
acquiring page information of the target H5 page according to the link address;
and loading the target H5 page again according to the page information.
6. An H5 page loading method, applied to a server, the method comprising:
receiving login information of a current user, wherein the login information is sent out after a target H5 page is loaded;
if the current user is in the non-login state, sending a login request and an auxiliary page;
the auxiliary page is used for receiving the login request after page rollback operation is carried out, and the login request is used for loading a login page;
acquiring a loading request of the target H5 page under the condition that the current user successfully logs in;
feeding back page information of the target H5 page according to the loading request, wherein the page information is used for loading the target H5 page again.
7. An H5 page loading device, which is applied to an intelligent terminal, and comprises:
the first loading unit is used for loading a target H5 page and sending login information of a current user;
the second loading unit is used for acquiring and loading the auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
a rollback unit for retiring the target H5 page to receive the login request;
the switching unit is used for responding to the login request, storing the target H5 page and switching to a login page;
and the third loading unit is used for loading the target H5 page again under the condition that the current user is successfully logged in.
8. An H5 page loading device, applied to a server, the device comprises:
the system comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving login information of a current user, and the login information is sent out after a target H5 page is loaded;
the sending unit is used for sending a login request and an auxiliary page if the current user is in a non-login state;
the auxiliary page is used for receiving the login request after page rollback operation is carried out, and the login request is used for loading a login page;
a first obtaining unit, configured to obtain a load request of the target H5 page under a condition that the current user successfully logs in;
and the feedback unit is used for feeding back the page information of the target H5 page according to the loading request, and the page information is used for loading the target H5 page again.
9. An intelligent terminal, comprising: a memory and a processor; the memory stores a program adapted to be executed by the processor to implement the H5 page loading method of any one of claims 1-5.
10. A server, comprising: a memory and a processor; the memory stores a program adapted to be executed by the processor to implement the H5 page loading method of claim 6.
CN202111600450.0A 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server Active CN114416195B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111600450.0A CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111600450.0A CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Publications (2)

Publication Number Publication Date
CN114416195A true CN114416195A (en) 2022-04-29
CN114416195B CN114416195B (en) 2023-08-18

Family

ID=81268598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111600450.0A Active CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Country Status (1)

Country Link
CN (1) CN114416195B (en)

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104837134A (en) * 2014-02-07 2015-08-12 中国移动通信集团北京有限公司 Web authentication user registration method, device and system
CN107026847A (en) * 2017-02-09 2017-08-08 阿里巴巴集团控股有限公司 One kind trusts login method, server and system
CN109584388A (en) * 2018-11-15 2019-04-05 安徽信果网络科技有限公司 A kind of self-service Parking Fee payment system based on wechat small routine
CN109660487A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 Authorization method, storage medium, electronic equipment and system based on H5 webpage
CN109995882A (en) * 2019-05-07 2019-07-09 东莞市商二信息科技有限公司 A kind of mobile application system based on micro services
CN109995755A (en) * 2019-02-20 2019-07-09 深圳点猫科技有限公司 A kind of control method and device of the logging state based on small routine framework
CN110234117A (en) * 2019-06-27 2019-09-13 杭州博联智能科技股份有限公司 IOT equipment distribution method, apparatus, equipment and medium based on small routine
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
CN110569642A (en) * 2019-09-02 2019-12-13 紫光云技术有限公司 Micro-service management platform based on small programs
CN110933078A (en) * 2019-11-29 2020-03-27 交通银行股份有限公司 H5 unregistered user session tracking method
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN111654518A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Content pushing method and device, electronic equipment and computer readable storage medium
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN111814133A (en) * 2020-05-27 2020-10-23 平安国际智慧城市科技股份有限公司 Unified login method and device for mobile application
CN112346741A (en) * 2020-09-27 2021-02-09 北京淇瑀信息科技有限公司 Method and device for positioning target page after awakening APP based on H5 external link, electronic equipment and storage medium
CN112491861A (en) * 2020-11-20 2021-03-12 长沙市到家悠享网络科技有限公司 Login state synchronization method, device and storage medium
CN112631701A (en) * 2020-12-22 2021-04-09 平安普惠企业管理有限公司 Page request method and device, computer equipment and storage medium
CN113282354A (en) * 2021-06-28 2021-08-20 中国平安人寿保险股份有限公司 H5 page loading method, device, equipment and storage medium of application program
CN113378147A (en) * 2020-03-09 2021-09-10 中国电信股份有限公司 Method for user to log in service platform
CN113434234A (en) * 2021-06-29 2021-09-24 青岛海尔科技有限公司 Page jump method, device, computer readable storage medium and processor
CN113824691A (en) * 2021-08-25 2021-12-21 浪潮软件股份有限公司 Method for implementing silent login strategy applied by mobile terminal third party H5

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104837134A (en) * 2014-02-07 2015-08-12 中国移动通信集团北京有限公司 Web authentication user registration method, device and system
CN107026847A (en) * 2017-02-09 2017-08-08 阿里巴巴集团控股有限公司 One kind trusts login method, server and system
CN109660487A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 Authorization method, storage medium, electronic equipment and system based on H5 webpage
CN109584388A (en) * 2018-11-15 2019-04-05 安徽信果网络科技有限公司 A kind of self-service Parking Fee payment system based on wechat small routine
CN109995755A (en) * 2019-02-20 2019-07-09 深圳点猫科技有限公司 A kind of control method and device of the logging state based on small routine framework
CN109995882A (en) * 2019-05-07 2019-07-09 东莞市商二信息科技有限公司 A kind of mobile application system based on micro services
CN110234117A (en) * 2019-06-27 2019-09-13 杭州博联智能科技股份有限公司 IOT equipment distribution method, apparatus, equipment and medium based on small routine
CN110569642A (en) * 2019-09-02 2019-12-13 紫光云技术有限公司 Micro-service management platform based on small programs
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN110933078A (en) * 2019-11-29 2020-03-27 交通银行股份有限公司 H5 unregistered user session tracking method
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN113378147A (en) * 2020-03-09 2021-09-10 中国电信股份有限公司 Method for user to log in service platform
CN111654518A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Content pushing method and device, electronic equipment and computer readable storage medium
CN111814133A (en) * 2020-05-27 2020-10-23 平安国际智慧城市科技股份有限公司 Unified login method and device for mobile application
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN112346741A (en) * 2020-09-27 2021-02-09 北京淇瑀信息科技有限公司 Method and device for positioning target page after awakening APP based on H5 external link, electronic equipment and storage medium
CN112491861A (en) * 2020-11-20 2021-03-12 长沙市到家悠享网络科技有限公司 Login state synchronization method, device and storage medium
CN112631701A (en) * 2020-12-22 2021-04-09 平安普惠企业管理有限公司 Page request method and device, computer equipment and storage medium
CN113282354A (en) * 2021-06-28 2021-08-20 中国平安人寿保险股份有限公司 H5 page loading method, device, equipment and storage medium of application program
CN113434234A (en) * 2021-06-29 2021-09-24 青岛海尔科技有限公司 Page jump method, device, computer readable storage medium and processor
CN113824691A (en) * 2021-08-25 2021-12-21 浪潮软件股份有限公司 Method for implementing silent login strategy applied by mobile terminal third party H5

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
沙培俊: ""广播电视台电子会员统一认证平台设计浅析"", 《现代电视技术》, pages 121 - 125 *
陈浩等: ""一种面向深度学习的电视’云播大脑‘智慧感知系统"", 《中国新闻技术工作者联合会2020年学术年会论文集 》, pages 202 - 207 *

Also Published As

Publication number Publication date
CN114416195B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN108234505B (en) Account login method and system
CN111163130B (en) Network service system and data transmission method thereof
US20190138200A1 (en) Information processing method and device
CN113055451A (en) Resource downloading method and device, electronic equipment and storage medium
CN106250536B (en) Method, device and system for setting space page background
CN111338628B (en) Component rendering method and device
CN112738046A (en) One-key login method, terminal and system server
CN111159298B (en) Service request processing method and device, electronic equipment and storage medium
CN111078437B (en) Remote calling method and device for verification codes, electronic equipment and readable storage medium
CN114416195A (en) H5 page loading method and device, intelligent terminal and server
CN110852603B (en) High-throughput wind control data processing method, device, equipment and storage medium
CN105991683A (en) Data transmission method and device
CN110321321B (en) Snapshot read-write method, device and equipment for network block equipment and storage medium
CN109951549B (en) Network page access method and device and computer readable storage medium
CN107168648B (en) File storage method and device and terminal
CN111913666B (en) Method and device compatible with Nand particles with different protocols, computer equipment and storage medium
CN114610682A (en) Chat record processing method, device, terminal and storage medium
CN106155732B (en) Loading method and device of video game controller
CN104346228A (en) Application program sharing method and terminal
CN115065752A (en) Call record generation method, system, electronic device and storage medium
CN115442226B (en) Log acquisition method, related device and storage medium
CN110333823B (en) Data migration method, device, equipment and storage medium based on nbd equipment
CN113434234A (en) Page jump method, device, computer readable storage medium and processor
CN107704557B (en) Processing method and device for operating mutually exclusive data, computer equipment and storage medium
CN114270309A (en) Resource acquisition method and device and electronic equipment

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