登录页面优化
This commit is contained in:
2
jshERP-web/public/index.html
vendored
2
jshERP-web/public/index.html
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user