This commit is contained in:
lemon橪
2021-05-18 14:02:50 +08:00
4 changed files with 25 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ let util = {
};
util.title = function (title) {
title = title || 'lili ';
title = title || 'lili 运营后台';
window.document.title = title;
};