更新layui,修复数据库初始化路径问题

This commit is contained in:
mkg
2021-07-07 13:54:37 +08:00
parent 28021df2ab
commit 0a60c1960d
26 changed files with 1051 additions and 1030 deletions
@@ -444,7 +444,7 @@ layui.define(function (exports) {
*/
MD5: function (options) {
/**
* Private configs properties. You may need to tweak these to be compatible with
* Private config properties. You may need to tweak these to be compatible with
* the server-side, but the defaults work in most cases.
* See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
*/
@@ -681,7 +681,7 @@ layui.define(function (exports) {
*/
SHA1: function (options) {
/**
* Private configs properties. You may need to tweak these to be compatible with
* Private config properties. You may need to tweak these to be compatible with
* the server-side, but the defaults work in most cases.
* See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
*/