提交 bebe7e2e 编写于 作者: Q qiang

chore: build app

上级 569fe827
......@@ -15814,6 +15814,9 @@
element.type = "text/css";
element.rel = "stylesheet";
element.href = route + ".css";
element.onload = function() {
window.dispatchEvent(new CustomEvent("updateview"));
};
document.head.appendChild(element);
}
function initCssVar(statusbarHeight, windowTop, windowBottom) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册