forked from mirror/MCSManager
优化 细节问题
This commit is contained in:
parent
e277343cdd
commit
fb65a60920
@ -45,9 +45,9 @@ input {
|
||||
}
|
||||
|
||||
/* 页面主要容器 */
|
||||
#MainContainer{
|
||||
/* #MainContainer{
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
/*
|
||||
-----------
|
||||
|
@ -42,7 +42,7 @@
|
||||
//单页生命周期替换事件
|
||||
MI.listener('page/live', function (ws) {
|
||||
for (var tmp in PAGE) delete PAGE[tmp];
|
||||
PAGE = new Object();
|
||||
window.PAGE = new Object();
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user