Commit 1163f2e1 authored by 季圣华's avatar 季圣华
Browse files

登录页面优化

parent 042781f7
......@@ -247,6 +247,8 @@
ajax.onreadystatechange = function () {
if (ajax.readyState===4 &&ajax.status===200) {
sysTitle = ajax.responseText;
} else {
sysTitle = 'ERP系统';
}
}
ajax.open('get', url, false);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment