Home  >  Article  >  Backend Development  >  javascript - H-ui Admin background

javascript - H-ui Admin background

WBOY
WBOYOriginal
2016-12-01 00:56:462820browse

I watched the H-ui Admin backend and I like it
But I don’t know why I’m so stuck. It takes 5~6 seconds to open the page and refresh it

Other people’s DEMO is very smooth. Does anyone have any experience?

Check with Google Chrome, there are dozens of such errors
Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined

<code>at HTMLDocument.<anonymous> (http://www.think5.com/index.php/index/goods/product_category.html:93:26)
at c (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:7857)
at Object.fireWith [as resolveWith] (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:8658)
at Function.ready (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:3266)
at HTMLDocument.H (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:695)</code>

Reply content:

I looked at the H-ui Admin backend and I like it
But I don’t know why I’m so stuck. It takes 5~6 seconds to open the page and refresh it

Other people’s DEMO is very smooth. Does anyone have any experience?

Check with Google Chrome, there are dozens of such errors
Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined
VM82 product_category.html:93 Uncaught ReferenceError: loadReady is not defined

<code>at HTMLDocument.<anonymous> (http://www.think5.com/index.php/index/goods/product_category.html:93:26)
at c (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:7857)
at Object.fireWith [as resolveWith] (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:8658)
at Function.ready (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:3266)
at HTMLDocument.H (http://www.think5.com/static/admin/lib/jquery/1.9.1/jquery.min.js:3:695)</code>

By the way, I am also using this set of things for my backend...
There is no problem on my side!
Specifically, use chorme to open the network to see what the problem is!

I have encountered this problem before. It seems that there is a problem with the ZTree plug-in. Just delete it. If you want to use this effect, I recommend the layer tree menu layer tree menu document

Check if there is a problem with the loaded fonts. If the fonts use some foreign libraries, it may be slower

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn