From 1163f2e13171317210036a567baf31897e924f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 16 May 2021 21:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-web/public/index.html b/jshERP-web/public/index.html index f6e49f14..18b44139 100644 --- a/jshERP-web/public/index.html +++ b/jshERP-web/public/index.html @@ -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);