提交 55754cce 编写于 作者: NoSubject's avatar NoSubject

Update base.js

上级 a22617e5
......@@ -260,7 +260,7 @@ if (!window.layout || !layout.desktop || !layout.addReady) {
url = "../x_desktop/app.html?" + par;
} else {
Object.keys(options).forEach(function (k) {
url += ((url.indexOf("?") != -1) ? "&" : "?") + k + "=" + options[k];
if (options[k]) url += ((url.indexOf("?") != -1) ? "&" : "?") + k + "=" + options[k];
});
//url = url.setData(options).toString();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册