mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 22:39:16 +08:00
Update admin.js
This commit is contained in:
parent
91a6fab082
commit
b06a4c29ec
@ -125,7 +125,7 @@ $(function () {
|
|||||||
this.selecter = '.layui-layout-admin>.layui-body';
|
this.selecter = '.layui-layout-admin>.layui-body';
|
||||||
// 刷新当前页面
|
// 刷新当前页面
|
||||||
this.reload = function () {
|
this.reload = function () {
|
||||||
window.onhashchange.call(this);
|
self === top ? window.onhashchange.call(this) : window.location.reload();
|
||||||
};
|
};
|
||||||
// 内容区域动态加载后初始化
|
// 内容区域动态加载后初始化
|
||||||
this.reInit = function ($dom) {
|
this.reInit = function ($dom) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user