Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

This commit is contained in:
Chopper
2021-05-18 14:18:24 +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;
};