Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1163f2e1
Commit
1163f2e1
authored
May 16, 2021
by
季圣华
Browse files
登录页面优化
parent
042781f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/public/index.html
View file @
1163f2e1
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment