提交 18fdb6bc 编写于 作者: U unknown

登录的时候取消获取loginStyleList

上级 11192086
......@@ -20,23 +20,23 @@ MWF.xDesktop.Authentication = new Class({
this.node = node;
this.path = MWF.defaultPath + "/xDesktop/$Authentication/";
var css = null;
MWF.UD.getPublicData("loginStyleList", function (json) {
if (json && json.enabledId) {
MWF.UD.getPublicData(json.enabledId, function (json) {
if (json && json.data) {
css = json.data;
}
}.bind(this), false);
}
}.bind(this), false);
if (!css) {
// var css = null;
// MWF.UD.getPublicData("loginStyleList", function (json) {
// if (json && json.enabledId) {
// MWF.UD.getPublicData(json.enabledId, function (json) {
// if (json && json.data) {
// css = json.data;
// }
// }.bind(this), false);
// }
// }.bind(this), false);
// if (!css) {
this.cssPath = MWF.defaultPath + "/xDesktop/$Authentication/" + this.options.style + "/css.wcss";
this._loadCss();
} else {
this.css = css;
}
// } else {
// this.css = css;
// }
this.lp = MWF.LP.authentication;
this.app = app || {};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册